Enum PdfToXlsOptions.ExcelFormat
Enumerazione PdfToXlsOptions.ExcelFormat
Consente di specificare il formato di file .xlsx, .xls/xml o csv. Il valore predefinito è XLSX.
public enum ExcelFormat
Valori
Nome | Valore | Descrizione |
---|---|---|
XMLSpreadSheet2003 | 0 | Formato XML di Excel 2003 |
XLSX | 1 | Formato di file Office Open XML (.xlsx) |
CSV | 2 | Formato di file valori separati da virgola (CSV) |
XLSM | 3 | Formato di file Office Open XML abilitato per macro (.xlsm) |
ODS | 4 | Foglio di calcolo OpenDocument |
Vedi Anche
- classe PdfToXlsOptions
- namespace Aspose.Pdf.Plugins
- assembly Aspose.PDF