Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.dotnet.framework.interop,microsoft.public.excel.programming
|
|||
|
|||
![]()
I have Excel 2003 documents stored in a SQL 2005 database,
VARBINARY(MAX) column. I need to read the documents out of the table, open them up, modify their header, and write them back to another table. In .Net 2.0 is it possible to do all of this in memory using the Excel interop interface, without writing the documents to the file system? Thanks. |
#2
![]()
Posted to microsoft.public.dotnet.framework.interop,microsoft.public.excel.programming
|
|||
|
|||
![]()
Depends what you mean by "modify their header" ?
If you understand the binary format of the Excel file then yes anything is possible, maybe using one of the BIFF Reader/Writer classes available as a starting point. Otherwise (and IMHO certainly the easier) is to use automation/interop and allow Excel to make the changes, which will involve writing the file to disk somewhere, then use Workbooks.Open NickHK wrote in message oups.com... I have Excel 2003 documents stored in a SQL 2005 database, VARBINARY(MAX) column. I need to read the documents out of the table, open them up, modify their header, and write them back to another table. In .Net 2.0 is it possible to do all of this in memory using the Excel interop interface, without writing the documents to the file system? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I open an Excel file on XP system, saved on a Vista system | Excel Discussion (Misc queries) | |||
Can I create a sequential numbering system on an Excel document? | Excel Discussion (Misc queries) | |||
HELP - Not enough Memory, Out of system resource! | Excel Discussion (Misc queries) | |||
HELP - Not enough Memory, Out of system resource? | Excel Discussion (Misc queries) | |||
Storing Excel Data in System Memory | Excel Programming |