Is there any free library for create xls files in asp.net on a server without office?
thanks
See this codeproject solution:
http://www.codeproject.com/KB/office/biffcsharp.aspx
http://csharp.net-informations.com/excel/csharp-create-excel.htm
It's not free but we use the Aspose Cells tool which is excellent
You could also use SpreadsheetML. It is just xml so you could generate it by printing text to a file.