MainWeb.SaveToExcelFile
Contents
[
Hide
]SaveToExcelFile(string, GridSaveOptions)
Saves the worksheets to an excel file.
public void SaveToExcelFile(string targetFile, GridSaveOptions saveOptions)
Parameter | Type | Description |
---|---|---|
targetFile | String | The name of the target file to write to. |
saveOptions | GridSaveOptions | The save options. |
See Also
- class GridSaveOptions
- class MainWeb
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb
SaveToExcelFile(string)
Saves the worksheets to an excel file with Excel 2003 format.
public void SaveToExcelFile(string targetFile)
Parameter | Type | Description |
---|---|---|
targetFile | String | The name of the target file to write to. |
See Also
- class MainWeb
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb
SaveToExcelFile(Stream)
Saves the worksheets to an excel file.
public void SaveToExcelFile(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream to write to. |
See Also
- class MainWeb
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb
SaveToExcelFile(Stream, GridSaveFormat)
Saves the worksheets to an excel file.
public void SaveToExcelFile(Stream stream, GridSaveFormat format)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream to write to. |
format | GridSaveFormat | The file format(Excel2003, Excel2007, CSV, SpreadsheetML) |
See Also
- enum GridSaveFormat
- class MainWeb
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb
SaveToExcelFile(Stream, GridSaveOptions)
Saves the worksheets to an excel file.
public void SaveToExcelFile(Stream stream, GridSaveOptions saveOptions)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream to write to. |
saveOptions | GridSaveOptions | The save options. |
See Also
- class GridSaveOptions
- class MainWeb
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb
SaveToExcelFile(string, GridSaveFormat)
Saves the worksheets to an excel file.
public void SaveToExcelFile(string targetFile, GridSaveFormat format)
Parameter | Type | Description |
---|---|---|
targetFile | String | The name of the target file to write to. |
format | GridSaveFormat | The file format(Excel2003, Excel2007, CSV, SpreadsheetML) |
See Also
- enum GridSaveFormat
- class MainWeb
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb