Enum PdfToXlsOptions.ExcelFormat

Info

Allows to specify .xlsx, .xls/xml or csv file format. Default value is XLSX.

Allows to specify .xlsx, .xls/xml or csv file format. Default value is XLSX.

public enum PdfToXlsOptions.ExcelFormat

Fields

  • CSV = 2: A comma-separated values (CSV) File Format.
  • ODS = 4: Open Document Spreadsheet.
  • XLSM = 3: A macro-enabled Office Open XML (.xlsm) File Format.
  • XLSX = 1: Office Open XML (.xlsx) File Format.
  • XMLSpreadSheet2003 = 0: Excel 2003 XML (.xls) File Format.

Namespace: Documentize Assembly: Documentize.dll

 English