Hello,
I recently wrote a program that reads values out of a Excel Table and that computer had Excel installed.
Now I'm working on a computer where Excel is not installed and I got this error when I try to debug the program.
|
It's in German but I hope you can help me.
Info: I added 3 .dll files
-Microsoft.Vbe.Interop.dll
-Microsoft.Office.Interop.Excel.dll
-Office.dll
Have I to add an additional .dll file? Or is it impossible to work without Excel installed?
Sascha BPosted Sep 1, 2010, 9:19 AM
Sounds good but don't solve the problem...
With the new .dll can I also create a Excel Attribute like this:?
xlApp = new Excel.ApplicationClass(); <== Normal declaration
Or is it now an other declaration?
P.S. It says Xml writer so it uses xml Spreadsheet right?
but I'm using the normal xls files.
Edit: I found this: http://code.google.com/p/excellibrary/ 'Ill try it next week
Felipe RamosPosted Sep 1, 2010, 9:11 AM
Sascha BPosted Sep 1, 2010, 9:04 AM
The .dll files are in the Debug folder.
So it seems that a installed Excel version has a additional library file(s)...
But where they and how are they called?
I read that it is possible to write an own Excel interpreter with the open source code of OpenOffice ?
Felipe RamosPosted Sep 1, 2010, 8:48 AM