G
Guest
I want to read/write Excel files but I am having trouble getting started.
Using MS article 302084 as a cookbook, I try to add the reference for MS
Excel Object Library. Two versions are listed, 5 & 11. If I use 11, then then
all references to Excel fail. If I use 5, the next step in the example
fails:
Excel.Application oXL = new Excel.Application() ; //fails
I can do this:
Excel._ExcelApplicationClass xl = null ;
xl = new Excel._ExcelApplicationClass() ;
but I stopped there since I have no documentation, and trying to work
parallel to the example fails.
How do I get started? (VS 7.1, Office Small Business Edition 2003)
Using MS article 302084 as a cookbook, I try to add the reference for MS
Excel Object Library. Two versions are listed, 5 & 11. If I use 11, then then
all references to Excel fail. If I use 5, the next step in the example
fails:
Excel.Application oXL = new Excel.Application() ; //fails
I can do this:
Excel._ExcelApplicationClass xl = null ;
xl = new Excel._ExcelApplicationClass() ;
but I stopped there since I have no documentation, and trying to work
parallel to the example fails.
How do I get started? (VS 7.1, Office Small Business Edition 2003)