Question: How to generate Excel (.xls and .xlsx) files in C#, instead of installing Microsoft Office?
Solution:
There are multiple C#libraries to create an excel file without relying on Microsoft Office.
An open source library of hosting on Google Code.
Files suitable for creating.xls formats, but do not support .xlsx formats.
Epplus:
Support data perspective table.
NPOI:
The above is the detailed content of How to Create Excel Files (.XLS and .XLSX) in C# Without Microsoft Office?. For more information, please follow other related articles on the PHP Chinese website!