1

Is there any free library for create xls files in asp.net on a server without office?

thanks

Luca Romagnoli
  • 12,145
  • 30
  • 95
  • 157
  • I got a couple of good suggestions on a similar question I asked a while ago: http://stackoverflow.com/questions/292551/modifying-excel-spreadsheet-with-net – Jakob Gade Mar 09 '10 at 09:09

4 Answers4

1

See this codeproject solution:

http://www.codeproject.com/KB/office/biffcsharp.aspx

Calanus
  • 25,619
  • 25
  • 85
  • 120
1

You could also use SpreadsheetML. It is just xml so you could generate it by printing text to a file.

Heinrich Lee Yu
  • 1,472
  • 15
  • 31
1

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.

Eisbaer
  • 189
  • 1
  • 6
0

It's not free but we use the Aspose Cells tool which is excellent

Simon Holman
  • 150
  • 6