Is there any free library for create xls files in asp.net on a server without office?
thanks
Is there any free library for create xls files in asp.net on a server without office?
thanks
You could also use SpreadsheetML. It is just xml so you could generate it by printing text to a file.
OfficeWriter is another third party tool that can be used for this purpose:
http://www.officewriter.com/trial
It's an API that generates/manipulates XLS/XLSX on a server without office.