Overload | Description |
---|---|
save(String) | Saves current worksheet to the specified file. |
save(String,SaveFileFormat) | Saves current worksheet to the specified format file. |
save(OutputStream,SaveFileFormat) | Saves current worksheet to the specified format file stream. |
save(String,SaveOptionsBase) | Saves current worksheet to the specified file. |
save(OutputStream,SaveOptionsBase) | Saves current worksheet to the specified file stream. |