ImportExcelFile
Contents
[
Hide
]
ImportExcelFile(string, string, string)
Imports from an excel file.
public void ImportExcelFile(string uid, string fileName, string password)
Parameter | Type | Description |
---|---|---|
uid | String | The uid for the file cache, if set to null,it will be generated later. |
fileName | String | The excel file full path with file name . |
password | String | The excel file’s open password. 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 from an excel file.
public void ImportExcelFile(string uid, string fileName)
Parameter | Type | Description |
---|---|---|
uid | String | The uid for the file cache, if set to null,it will be generated later. |
fileName | String | The excel file full path with file name . |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(string)
Imports from an excel file.
public void ImportExcelFile(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | The excel file full path with file name . |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(Workbook)
Imports from Workbook.
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 from an excel file.
public void ImportExcelFile(string uid, Workbook wb)
Parameter | Type | Description |
---|---|---|
uid | String | The uid for the file cache, if set to null,it will be generated later. |
wb | Workbook | The Workbook object . |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(string, Stream, GridLoadFormat, string)
Imports from an excel file stream.must provide loadformat and can set GridJsWorkbook.CacheImp to implement stream cache
public void ImportExcelFile(string uid, Stream filestream, GridLoadFormat format, string password)
Parameter | Type | Description |
---|---|---|
uid | String | The uid for the file cache, if set to null,it will be generated later. |
filestream | Stream | The excel file’s stream. |
format | GridLoadFormat | The excel file’s LoadFormat. |
password | String | The excel file’s open password.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 from an excel file stream.must provide loadformat and can set GridJsWorkbook.CacheImp to implement stream cache
public void ImportExcelFile(string uid, Stream filestream, GridLoadFormat format)
Parameter | Type | Description |
---|---|---|
uid | String | The uid for the file cache, if set to null,it will be generated later. |
filestream | Stream | The excel file’s stream. |
format | GridLoadFormat | The excel file’s LoadFormat. |
See Also
- enum GridLoadFormat
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
ImportExcelFile(Stream, GridLoadFormat, string)
Imports from an excel file stream.must provide loadformat and can set GridJsWorkbook.CacheImp to implement stream cache
public void ImportExcelFile(Stream filestream, GridLoadFormat format, string password)
Parameter | Type | Description |
---|---|---|
filestream | Stream | The excel file’s stream. |
format | GridLoadFormat | The excel file’s LoadFormat. |
password | String | The excel file’s open password.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 from an excel file stream.must provide loadformat and can set GridJsWorkbook.CacheImp to implement stream cache
public void ImportExcelFile(Stream filestream, GridLoadFormat format)
Parameter | Type | Description |
---|---|---|
filestream | Stream | The excel file’s stream. |
format | GridLoadFormat | The excel file’s LoadFormat. |
See Also
- enum GridLoadFormat
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs