Overload | Description |
---|---|
save(String) | Saves the workbook to the disk. |
save(String,String) | Saves data to the specified excel file. |
save(String,SaveOptionsBase) | @inheritDoc: |
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) | @inheritDoc: |
save(OutputStream,SaveFileFormat) | Saves workbook to stream with specified file format. |