Aspose::Cells::XlsSaveOptions::XlsSaveOptions constructor

XlsSaveOptions::XlsSaveOptions() constructor

Creates options for saving Excel 97-2003 xls file.

Aspose::Cells::XlsSaveOptions::XlsSaveOptions()

See Also

XlsSaveOptions::XlsSaveOptions(SaveFormat) constructor

Creates options for saving Excel 97-2003 xls/xlt file.

Aspose::Cells::XlsSaveOptions::XlsSaveOptions(SaveFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFormatThe file format. It should be SaveFormat.Excel97To2003 or SaveFormat.Xlt, otherwise the saved format will be set as SaveFormat.Excel97To2003 automatically.

See Also

XlsSaveOptions::XlsSaveOptions(XlsSaveOptions_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::XlsSaveOptions::XlsSaveOptions(XlsSaveOptions_Impl *impl)

See Also

XlsSaveOptions::XlsSaveOptions(const XlsSaveOptions&) constructor

Copy constructor.

Aspose::Cells::XlsSaveOptions::XlsSaveOptions(const XlsSaveOptions &src)

See Also

XlsSaveOptions::XlsSaveOptions(const SaveOptions&) constructor

Constructs from a parent object.

Aspose::Cells::XlsSaveOptions::XlsSaveOptions(const SaveOptions &src)

See Also