Enum PdfToXlsOptions.ExcelFormat

Info

Memungkinkan untuk menentukan format file .xlsx, .xls/xml, atau csv. Nilai default adalah XLSX.

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

public enum PdfToXlsOptions.ExcelFormat  

Fields

  • CSV = 2: Format File nilai terpisah koma (CSV).
  • ODS = 4: Spreadsheet Dokumen Terbuka.
  • XLSM = 3: Format File Office Open XML (.xlsm) yang diaktifkan makro.
  • XLSX = 1: Format File Office Open XML (.xlsx).
  • XMLSpreadSheet2003 = 0: Format File Excel 2003 XML (.xls).

Namespace: Documentize
Assembly: Documentize.dll

 Indonesia