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