1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Convert
  6. /
  7. SpreadsheetConvertOptions

SpreadsheetConvertOptions class

Options for conversion to Spreadsheet file type.

public class SpreadsheetConvertOptions : CommonConvertOptions<SpreadsheetFileType>, 
    IPasswordConvertOptions, IZoomConvertOptions

Public Members

namedescription
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.

See Also