{CompanyName} FlexyGo

ExcelExport Members

The ExcelExport type exposes the following members.

Constructors


  Name Description
Public method ExcelExport
Initializes a new instance of the ExcelExport class.

Methods


  Name Description
Public method AddExcelSheetToExcelTemplate(String, String)
Adds the excel sheet to excel template.
Public method AddExcelSheetToExcelTemplate(String, String, String)
Adds the excel sheet to excel template.
Public method AddExcelSheetToExcelTemplate(String, String, Int32)
Adds the excel sheet to excel template.
Public method AddExcelSheetToExcelTemplate(String, String, Int32, String)
Adds the excel sheet to excel template.
Public method CleanUpTemporaryFiles
Cleans up temporary files.
Public method SendExcelToClient
Sends the excel to client.
Public method TransformDataTableToExcel(DataTable, Boolean)
Transforms the data table to excel.
Public method TransformDataTableToExcel(DataTable, Boolean, String)
Transforms the data table to excel.
Public method TransformDataTableToExcel(DataTable, String)
Transforms the data table to excel.
Public method TransformDataTableToExcel(DataTable)
Transforms the data table to excel.
Public method TransformXMLDocumentToExcel
Transforms the XML document to excel.

Properties


  Name Description
Public property TempFolder
Gets or sets the temporary folder.
Public property TemplateFolder
Gets or sets the template temporary folder.
Public property XSLStyleSheetFolder
Gets or sets the XSL style sheet folder.