Method | Description | |
---|---|---|
XlsxWriterInternal ( Workbook workbook, CompressionOption compressionOption ) : System |
Method | Description | |
---|---|---|
CreateCoreFileProperties ( ) : |
Generated the docProps/core.xml which contains author, creation date etc.
|
|
CreateSheetFile ( Worksheet sheet, int sheetIndex, |
Create the xl/worksheets/sheetX.xml file
|
|
CreateWorkbookFile ( List |
Create the xl/workbook.xml file and associated relationship
|
|
GetXlsxRows ( Worksheet sheet ) : XlsxRow>.Dictionary |
||
GetXlsxStyles ( ) : IList |
Get all unique Styles throughout the workbook
|
|
Save ( Stream outputStream ) : void |
public XlsxWriterInternal ( Workbook workbook, CompressionOption compressionOption ) : System | ||
workbook | Workbook | |
compressionOption | CompressionOption | |
return | System |