How to convert xlsx files into 2003 xls files programatically in C#?

Posted by Victor Rodrigues on Stack Overflow See other posts from Stack Overflow or by Victor Rodrigues
Published on 2009-04-30T13:00:48Z Indexed on 2010/03/25 6:03 UTC
Read the original article Hit count: 1225

Filed under:
|
|

I've found ExcelPackage, a better library than Excel Interop API to create and mantain programatically excel sheets, but they are generated in .xlsx. Most of people that will see the files have only office 2003 installed, so I need to convert, in my C# code, the final result into a .xls file.

Do you know any way to do it in C# code?

** UPDATE I'm trying to use SaveAs method, but it doesn't work, it just doesn't do anything, or return the error 0x800A03EC .

© Stack Overflow or respective owner

Related posts about xlsx

Related posts about xls