Export to excel C #

Possible Duplicate:
Import and Export Excel - What is the Best Library?

What is the best way to export data to excel file (.xlsx)? Please note that I want to export data to the .xlsx format , because the data table contains more than 65 thousand rows.

Thank you very much in advance.

+5
source share
4 answers

I recently did this using EPPlus , the open source library available in CodePlex.

Zeeshan , EPPlus, . Excel 2007 EPPlus, , , .

+12

CSV , CSV ....

0

Office Interop.

JET, , Google, XLSX .

0

Yoy ExcelPackage, , SpreadsheetML OOXML .

http://excelpackage.codeplex.com/

.

0

All Articles