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