public class SpreadsheetML2003SaveOptions extends SaveOptions
| Constructor and Description |
|---|
SpreadsheetML2003SaveOptions()
Creates the options for saving Excel 2003 spreadml file.
|
SpreadsheetML2003SaveOptions(int saveFormat)
Deprecated.
Use SpreadsheetML2003SaveOptions() constructor instead.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExportColumnIndexOfCell()
The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.
|
boolean |
getLimitAsXls()
Limit as xls, the max row index is 65535 and the max column index is 255.
|
boolean |
isIndentedFormatting()
Causes child elements to be indented.
|
void |
setExportColumnIndexOfCell(boolean value)
The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.
|
void |
setIndentedFormatting(boolean value)
Causes child elements to be indented.
|
void |
setLimitAsXls(boolean value)
Limit as xls, the max row index is 65535 and the max column index is 255.
|
getCachedFileFolder, getCheckExcelRestriction, getClearData, getCreateDirectory, getEncryptDocumentProperties, getMergeAreas, getRefreshChartCache, getSaveFormat, getSortExternalNames, getSortNames, getUpdateSmartArt, getValidateMergedAreas, getWarningCallback, setCachedFileFolder, setCheckExcelRestriction, setClearData, setCreateDirectory, setEncryptDocumentProperties, setMergeAreas, setRefreshChartCache, setSortExternalNames, setSortNames, setUpdateSmartArt, setValidateMergedAreas, setWarningCallbackpublic SpreadsheetML2003SaveOptions()
public SpreadsheetML2003SaveOptions(int saveFormat)
Remarks
NOTE: This constructor is now obsolete. Instead, please use SpreadsheetML2003SaveOptions() constructor. This property will be removed 12 months later since January 2021. Aspose apologizes for any inconvenience you may have experienced.saveFormat - SaveFormat. The save format.public boolean isIndentedFormatting()
Remarks
The default value is true. If the value is false, it will reduce the size of the xml filepublic void setIndentedFormatting(boolean value)
Remarks
The default value is true. If the value is false, it will reduce the size of the xml filepublic boolean getLimitAsXls()
public void setLimitAsXls(boolean value)
public boolean getExportColumnIndexOfCell()
public void setExportColumnIndexOfCell(boolean value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.