SpreadsheetSaveOptions
SpreadsheetSaveOptions()
This parameterless constructor creates a new instance of SpreadsheetSaveOptions with XLSX output format (can be modified then through OutputFormat
property)
public SpreadsheetSaveOptions()
See Also
- class SpreadsheetSaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
SpreadsheetSaveOptions(SpreadsheetFormats)
Creates a new instance of SpreadsheetSaveOptions with specified mandatory Spreadsheet output format, while all other parameters are default
public SpreadsheetSaveOptions(SpreadsheetFormats outputFormat)
Parameter | Type | Description |
---|---|---|
outputFormat | SpreadsheetFormats | Mandatory output format, in which the Spreadsheet document should be saved |
See Also
- class SpreadsheetFormats
- class SpreadsheetSaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor