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