Do you know any free C# library for Excel/CSV import/export operations?
Which should work without having Excel installed on machine and works with 2003/2007 formats.
Do you know any free C# library for Excel/CSV import/export operations?
Which should work without having Excel installed on machine and works with 2003/2007 formats.
According to this specification: OLE-DB and this example. You can connect to an XLS file, run quiries form it and recieve the data. With the data you would be able to format the data how you would like. [in CSV or TSV etc]. Additionally using insert and modification queries you can add data to an XLS file.
Hai Kurnal,
have a look at this http://stackoverflow.com/questions/444522/c-asp-net-import-and-export-excel-what-is-the-best-library