GemBox.Spreadsheet 3.3 introduces support for ODS files (Open Document format, ODF).
| ODS load/save methods | Details |
|---|---|
| ExcelFile.LoadOds(string, OdsOptions) ExcelFile.LoadOds(Stream, OdsOptions) | Loads the existing ODS file from the specified path or stream. |
| ExcelFile.LoadOdsFromDirectory(string, OdsOptions) | Loads all parts of ODS file as separate files from input directory. |
| ExcelFile.SaveOds(string) ExcelFile.SaveOds(Stream) | Saves all data to a new file, or stream in ODF format. |
| ExcelFile.SaveOdsToDirectory(string) | Saves all data as separate files (in ODF format) to output directory. |
Feel free to report any problems with ODS support to support@gemboxsoftware.com