[]
Load data from the FileStream instance.
public static FlexSheetLoadResponse Load(Stream fileStream)
| Type | Name | Description |
|---|---|---|
| Stream | fileStream | the FileStream instance |
| Type | Description |
|---|---|
| FlexSheetLoadResponse | The response data |
Load data from the xlsx file.
public static FlexSheetLoadResponse Load(string filePath)
| Type | Name | Description |
|---|---|---|
| string | filePath | The path of xlsx file |
| Type | Description |
|---|---|
| FlexSheetLoadResponse | The response data |
Load data from the Workbook instance.
public static FlexSheetLoadResponse Load(Workbook workbook)
| Type | Name | Description |
|---|---|---|
| Workbook | workbook | The Workbook instance |
| Type | Description |
|---|---|
| FlexSheetLoadResponse | The response data |