XlsSaveOptions.XlsSaveOptions

XlsSaveOptions()

Creates options for saving Excel 97-2003 xls file.

public XlsSaveOptions()

See Also


XlsSaveOptions(SaveFormat)

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

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

See Also