[]
Load the Workbook instance.
public FlexSheetBuilder Load(Workbook workbook)
Type | Name | Description |
---|---|---|
Workbook | workbook | The Workbook instance |
Type | Description |
---|---|
FlexSheetBuilder | Current FlexSheet builder |
Load the xlsx file with file path.
public FlexSheetBuilder Load(string filePath)
Type | Name | Description |
---|---|---|
string | filePath | The path of xlsx file |
Type | Description |
---|---|
FlexSheetBuilder | Current FlexSheet builder |
Load the xlsx file with FileStream.
public FlexSheetBuilder Load(Stream fileStream)
Type | Name | Description |
---|---|---|
Stream | fileStream | The file stream of xlsx file |
Type | Description |
---|---|
FlexSheetBuilder | Current FlexSheet builder |