In This Topic
Saves data to the specified excel file.
Overload List
Overload | Description |
Save(String,String,SaveOptions) |
Saves data to the specified excel file.
|
Save(String) |
Saves the workbook to the disk.
|
Save(Stream,String,SaveOptions) |
Saves workbook to the specified excel file stream.
|
Save(Stream) |
Saves the workbook to the stream.
|
Save(String,SaveFileFormat) |
Saves workbook to file with specified file format.
|
Save(Stream,SaveFileFormat) |
Saves workbook to stream with specified file format.
|
Save(String,SaveOptionsBase) |
Saves workbook to file with specified options, the option can be XlsxSaveOptions, CsvSaveOptions, HtmlSaveOptions
|
Save(Stream,SaveOptionsBase) |
Saves workbook to stream with specified options, the option can be XlsxSaveOptions, CsvSaveOptions, HtmlSaveOptions
|
See Also