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. |
save(String,SaveFileFormat) | Saves the specified format file. |
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. |
save(OutputStream,SaveFileFormat) | Saves the specified format file stream. |