Aspose::Cells::OoxmlSaveOptions::OoxmlSaveOptions constructor

OoxmlSaveOptions::OoxmlSaveOptions() constructor

Creates the options for saving office open xml file.

Aspose::Cells::OoxmlSaveOptions::OoxmlSaveOptions()

See Also

OoxmlSaveOptions::OoxmlSaveOptions(SaveFormat) constructor

Creates the options for saving office open xml file.

Aspose::Cells::OoxmlSaveOptions::OoxmlSaveOptions(SaveFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFormatThe file format. It should be one of following types: SaveFormat.Xlsx, SaveFormat.Xltx, SaveFormat.Xlam, SaveFormat.Xlsm or SaveFormat.Xltm, otherwise the saved format will be set as SaveFormat.Xlsx automatically.

See Also

OoxmlSaveOptions::OoxmlSaveOptions(OoxmlSaveOptions_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::OoxmlSaveOptions::OoxmlSaveOptions(OoxmlSaveOptions_Impl *impl)

See Also

OoxmlSaveOptions::OoxmlSaveOptions(const OoxmlSaveOptions&) constructor

Copy constructor.

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

See Also

OoxmlSaveOptions::OoxmlSaveOptions(const SaveOptions&) constructor

Constructs from a parent object.

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

See Also