Overload | Description |
---|---|
Save(String,String,SaveOptions) | Saves data to the specified excel file. |
Save(String) | Saves the workbook to the disk. |
Save(Stream,String,SaveOptions) | Saves workbook to the specified excel file stream. |
Save(Stream) | Saves the workbook to the stream. |
Save(String,SaveFileFormat) | Saves workbook to file with specified file format. |
Save(Stream,SaveFileFormat) | Saves workbook to stream with specified file format. |
Save(String,SaveOptionsBase) | |
Save(Stream,SaveOptionsBase) |