How to create an Excel (.XLS and .XLSX) file in C# without installing Microsoft Office?
You can use a library called ExcelLibrary. It’s a free, open source library posted on Google Code: ExcelLibrary This looks to be a port of the PHP ExcelWriter that you …
How to create an Excel (.XLS and .XLSX) file in C# without installing Microsoft Office? Learn More