Hi,
My application should run on Windows XP or Windows Wista. App. also contains
functionality of exporting data into Excel files. I should consider of different
versions of Office instaled on client.
How can I create versioned Excel file? I found lot of web resources including
Microsoft Articles. I wrote code, compile as well and tried to run on XP with
instaled Office 2003. Export method run ok, .xls was generated. Same code, same
program on Vista failed with COMException. I am not surprised, I just want to know
how to fix that :)
Thank you for any answer
Lukas
My application should run on Windows XP or Windows Wista. App. also contains
functionality of exporting data into Excel files. I should consider of different
versions of Office instaled on client.
How can I create versioned Excel file? I found lot of web resources including
Microsoft Articles. I wrote code, compile as well and tried to run on XP with
instaled Office 2003. Export method run ok, .xls was generated. Same code, same
program on Vista failed with COMException. I am not surprised, I just want to know
how to fix that :)
Thank you for any answer
Lukas
Comment