GridJsWorkbook.ImportExcelFile
Contents
[
Hide
]ImportExcelFile(string, string, string)
Imports the excel file from file path and open password.
public void ImportExcelFile(string uid, string fileName, string password)
Parameter | Type | Description |
---|---|---|
uid | String | The unique id for the file cache, if set to null,it will be generated automatically. |
fileName | String | The full path of the file. |
password | String | The open password of the excel file.The value can be null If no passowrd is set. |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(string, string)
Imports the excel file from the file path.
public void ImportExcelFile(string uid, string fileName)
Parameter | Type | Description |
---|---|---|
uid | String | The unique id for the file cache, if set to null,it will be generated automatically. |
fileName | String | The full path of the file. |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(string)
Imports the excel file from the file path.
public void ImportExcelFile(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | The full path of the file. |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(Workbook)
Imports the excel file from the Workbook object.
public void ImportExcelFile(Workbook wb)
Parameter | Type | Description |
---|---|---|
wb | Workbook | The Workbook object. |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(string, Workbook)
Imports the excel file from the Workbook object.
public void ImportExcelFile(string uid, Workbook wb)
Parameter | Type | Description |
---|---|---|
uid | String | The unique id for the file cache, if set to null,it will be generated automatically. |
wb | Workbook | The Workbook object . |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(string, Stream, GridLoadFormat, string)
Imports the excel file from file stream with load format and open password.
public void ImportExcelFile(string uid, Stream filestream, GridLoadFormat format, string password)
Parameter | Type | Description |
---|---|---|
uid | String | The unique id for the file cache, if set to null,it will be generated automatically. |
filestream | Stream | The stream of the excel file . |
format | GridLoadFormat | The LoadFormat of the excel file. |
password | String | The open password of the excel file.The value can be null If no passowrd is set |
See Also
- enum GridLoadFormat
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(string, Stream, GridLoadFormat)
Imports the excel file from file stream.
public void ImportExcelFile(string uid, Stream filestream, GridLoadFormat format)
Parameter | Type | Description |
---|---|---|
uid | String | The unique id for the file cache, if set to null,it will be generated automatically. |
filestream | Stream | The stream of the excel file . |
format | GridLoadFormat | The LoadFormat of the excel file. |
See Also
- enum GridLoadFormat
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(Stream, GridLoadFormat, string)
Imports the excel file from file stream with load format and open password.
public void ImportExcelFile(Stream filestream, GridLoadFormat format, string password)
Parameter | Type | Description |
---|---|---|
filestream | Stream | The stream of the excel file . |
format | GridLoadFormat | The LoadFormat of the excel file. |
password | String | The open password of the excel file.The value can be null If no passowrd is set. |
See Also
- enum GridLoadFormat
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(Stream, GridLoadFormat)
Imports the excel file from file stream with load format.
public void ImportExcelFile(Stream filestream, GridLoadFormat format)
Parameter | Type | Description |
---|---|---|
filestream | Stream | The stream of the excel file . |
format | GridLoadFormat | The LoadFormat of the excel file. |
See Also
- enum GridLoadFormat
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs