资 源 简 介
SpreadsheetFactory is an easy to use .NET class library to generate spreadsheets of various formats (currently: xls,xlsx, csv, html). Only very little actual code is required to get it working:
private void SaveSpreadsheet(){ CreateSpreadsheet.SaveSpreadsheetAsFile( MyObjectList, SpreadsheetType.Xls, "OutputFile.xls");}
See the detailed example to get started!