Aspose::Pdf::Plugins::PdfToXlsOptions class

PdfToXlsOptions class

Represents PDF to XLSX converter options for XlsConverter plugin.

class PdfToXlsOptions : public Aspose::Pdf::Plugins::PdfConverterOptions

Enums

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

Methods

MethodDescription
get_Format() constOutput format.
get_InsertBlankColumnAtFirst() constSet true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted.
get_MinimizeTheNumberOfWorksheets() constSet true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet.
get_OperationName() overrideGets name of the operation.
PdfToXlsOptions()Initializes new instance of the PdfToXlsOptions object with default options.
set_Format(PdfToXlsOptions::ExcelFormat)Output format.
set_InsertBlankColumnAtFirst(bool)Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted.
set_MinimizeTheNumberOfWorksheets(bool)Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet.

See Also