Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Do you want to modify the excell file in your code or launch Excell?

 

I don't know about the old xls files, but the new *.xlsx files are actually zip archives (you can test this by renaming the file). You need to first extract the contents. After that all contents are in xml files.

Posted

I'm not sure you can do this with web app since I normally use winforms, but try looking at the Excel Object library 12.0. (office 2007 equals version 12)

You can add reference to this COM library, and edit excel files.

Within this library are objects like an excel sheet, document, and application.

Hope it brings you a little further..

~DP

My Development System

Intel Core i7 920 @2.66Ghz

6 GB DDR3 SDRAM

Windows 7 Ultimate x64 & Windows Vista Home Premium x64 dual boot

GeForce GTX295 1.8 GB

3.5 TB HD

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...