Excel Reports
ExcelReportsGenerator Class Methods


KellermanSoftware.ExcelReports Namespace : ExcelReportsGenerator Class

For a list of all members of this type, see ExcelReportsGenerator members.

Public Methods
 NameDescription
Public MethodOverloaded.  Add a worksheet to a workbook with a default name  
Public Method Fill a worksheet using data from the passed in list  
Public Method Fill a worksheet using data from a CSV file  
Public Method Fill a worksheet using data from a CSV stream  
Public Method Fill a worksheet using data from a CSV string  
Public Method Fill a worksheet with a data table. Use default formatting or the formatting specified in the Worksheet.  
Public MethodOverloaded.  Creates an Excel file based on the properties of the passed in object. Supports all value types plus reference types of string and DateTime. By default, puts in a header with the names of the properties.  
Public Method Turn a CSV string into an Excel Workbook  
Public Method Turn a CSV string into an Excel Workbook  
Public MethodOverloaded.  Creates an Excel file based on the data columns of the passed in DataTable Supports all value types plus reference types of string and DateTime. By default, puts in a header with the names of the properties.  
Public Method Open an excel file and replace values in it and save it to another file. This is useful for having an Excel template and creating a report from it like mail merge  
Public MethodOverloaded.  Save the passed workboook to .xlsx file specified by workbook.FilePath  
Public Method Creates a new Workbook In Memory  
Top
See Also

Reference

ExcelReportsGenerator Class
KellermanSoftware.ExcelReports Namespace