OoxmlSaveOptions.OoxmlSaveOptions

OoxmlSaveOptions()

Creates the options for saving office open xml file.

public OoxmlSaveOptions()

See Also


OoxmlSaveOptions(SaveFormat)

Creates the options for saving office open xml file.

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

See Also