WebWorksheets.ImportExcelFile
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 WebWorksheets
- namespace Aspose.Cells.GridWeb.Data
- 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 WebWorksheets
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb