MainWeb.ImportExcelFile
Contents
[
Hide
]ImportExcelFile(string, string)
Imports from an excel file.
public void ImportExcelFile(string fileName, string passwordtoOpen)
Parameter | Type | Description |
---|---|---|
fileName | String | The excel file’s name. |
passwordtoOpen | String | the open password for the file which is encrypted . |
See Also
- class MainWeb
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb
ImportExcelFile(string)
Imports from an excel file.
public void ImportExcelFile(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | The excel file’s name. |
See Also
- class MainWeb
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb
ImportExcelFile(Stream, string)
Imports from an excel file stream, including disk file stream or memory stream.
public void ImportExcelFile(Stream stream, string passwordtoOpen)
Parameter | Type | Description |
---|---|---|
stream | Stream | The excel file’s stream, including disk file stream or memory stream. |
passwordtoOpen | String | the open password for the file which is encrypted . |
See Also
- class MainWeb
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb
ImportExcelFile(Stream)
Imports from an excel file stream, including disk file stream or memory stream.
public void ImportExcelFile(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The excel file’s stream, including disk file stream or memory stream. |
See Also
- class MainWeb
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb