SpreadsheetConvertOptions class
Leave feedback
On this page
Options for conversion to Spreadsheet file type.
public class SpreadsheetConvertOptions : CommonConvertOptions<SpreadsheetFileType>,
IPasswordConvertOptions, IZoomConvertOptions
name | description |
---|---|
SpreadsheetConvertOptions() | Initializes new instance of SpreadsheetConvertOptions class. |
Encoding { get; set; } | Specifies the encoding to be used when convert to a delimited formats |
Format { get; set; } | The desired file type the input document should be converted to. |
Password { get; set; } | Set this property if you want to protect the converted document with a password. |
Separator { get; set; } | Specifies the separator to be used when convert to a delimited formats |
Zoom { get; set; } | Specifies the zoom level in percentage. Default is 100. |
- namespace GroupDocs.Conversion.Options.Convert
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.