com.aspose.cells

Class SpreadsheetML2003SaveOptions

  • java.lang.Object
    • SaveOptions
      • com.aspose.cells.SpreadsheetML2003SaveOptions
public class SpreadsheetML2003SaveOptions 
extends SaveOptions

Represents the options for saving Excel 2003 spreadml file.

Constructor Summary
SpreadsheetML2003SaveOptions()
Creates the options for saving Excel 2003 spreadml file.
SpreadsheetML2003SaveOptions(intsaveFormat)
Creates the options for saving Excel 2003 spreadml file.
 
Property Getters/Setters Summary
java.lang.StringgetCachedFileFolder()
void
setCachedFileFolder(java.lang.Stringvalue)
           The cached file folder is used to store some large data.
booleangetClearData()
void
setClearData(booleanvalue)
           Make the workbook empty after saving the file.
booleangetCreateDirectory()
void
setCreateDirectory(booleanvalue)
           If true and the directory does not exist, the directory will be automatically created before saving the file.
booleangetEnableHTTPCompression()
void
           Indicates if http compression is to be used in user's IIS.
booleangetExportColumnIndexOfCell()
void
           The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.
booleanisIndentedFormatting()
void
setIndentedFormatting(booleanvalue)
           Causes child elements to be indented.
booleangetLimitAsXls()
void
setLimitAsXls(booleanvalue)
           Limit as xls, the max row index is 65535 and the max column index is 255.
booleangetMergeAreas()
void
setMergeAreas(booleanvalue)
           Indicates whether merge the areas of conditional formatting and validation before saving the file.
java.lang.StringgetPdfExportImagesFolder()
void
setPdfExportImagesFolder(java.lang.Stringvalue)
           The physical folder where images will be saved when exporting a workbook to Aspose.Pdf XML format. Default is an empty string.
booleangetRefreshChartCache()
void
setRefreshChartCache(booleanvalue)
           Indicates whether refreshing chart cache data
intgetSaveFormat()
Gets the save file format. The value of the property is SaveFormat integer constant.
booleangetSortNames()
void
setSortNames(booleanvalue)
           Indicates whether sorting defined names before saving file.
booleangetValidateMergedAreas()
void
           Indicates whether validate merged cells before saving the file.
IWarningCallbackgetWarningCallback()
void
           Gets or sets warning callback.
 

    • Constructor Detail

      • SpreadsheetML2003SaveOptions

        public SpreadsheetML2003SaveOptions()
        Creates the options for saving Excel 2003 spreadml file.
      • SpreadsheetML2003SaveOptions

        public SpreadsheetML2003SaveOptions(int saveFormat)
        Creates the options for saving Excel 2003 spreadml file.
        Parameters:
        saveFormat - A SaveFormat value. The save format.
    • Property Getters/Setters Detail

      • isIndentedFormatting/setIndentedFormatting

        public boolean isIndentedFormatting() / public void setIndentedFormatting(boolean value)
        
        Causes child elements to be indented. The default value is true. If the value is false, it will reduce the size of the xml file
      • getLimitAsXls/setLimitAsXls

        public boolean getLimitAsXls() / public void setLimitAsXls(boolean value)
        
        Limit as xls, the max row index is 65535 and the max column index is 255.
      • getExportColumnIndexOfCell/setExportColumnIndexOfCell

        public boolean getExportColumnIndexOfCell() / public 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.
      • getSaveFormat

        public int getSaveFormat()
        
        Gets the save file format. The value of the property is SaveFormat integer constant.
      • getClearData/setClearData

        public boolean getClearData() / public void setClearData(boolean value)
        
        Make the workbook empty after saving the file.
      • getCachedFileFolder/setCachedFileFolder

        public java.lang.String getCachedFileFolder() / public void setCachedFileFolder(java.lang.String value)
        
        The cached file folder is used to store some large data.
      • getValidateMergedAreas/setValidateMergedAreas

        public boolean getValidateMergedAreas() / public void setValidateMergedAreas(boolean value)
        
        Indicates whether validate merged cells before saving the file. The default value is false.
      • getMergeAreas/setMergeAreas

        public boolean getMergeAreas() / public void setMergeAreas(boolean value)
        
        Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is false.
      • getCreateDirectory/setCreateDirectory

        public boolean getCreateDirectory() / public void setCreateDirectory(boolean value)
        
        If true and the directory does not exist, the directory will be automatically created before saving the file. The default value is false.
      • getSortNames/setSortNames

        public boolean getSortNames() / public void setSortNames(boolean value)
        
        Indicates whether sorting defined names before saving file.
      • getRefreshChartCache/setRefreshChartCache

        public boolean getRefreshChartCache() / public void setRefreshChartCache(boolean value)
        
        Indicates whether refreshing chart cache data
      • getPdfExportImagesFolder/setPdfExportImagesFolder

        public java.lang.String getPdfExportImagesFolder() / public void setPdfExportImagesFolder(java.lang.String value)
        
        The physical folder where images will be saved when exporting a workbook to Aspose.Pdf XML format. Default is an empty string.
      • getEnableHTTPCompression/setEnableHTTPCompression

        public boolean getEnableHTTPCompression() / public void setEnableHTTPCompression(boolean value)
        
        Indicates if http compression is to be used in user's IIS. Please specify this property to true if http compression is used.
      • getWarningCallback/setWarningCallback

        public IWarningCallback getWarningCallback() / public void setWarningCallback(IWarningCallback value)
        
        Gets or sets warning callback.

    setIndentedFormatting

    public voidsetIndentedFormatting(booleanvalue)
    
    Causes child elements to be indented. The default value is true. If the value is false, it will reduce the size of the xml file

    setLimitAsXls

    public voidsetLimitAsXls(booleanvalue)
    
    Limit as xls, the max row index is 65535 and the max column index is 255.

    setExportColumnIndexOfCell

    public voidsetExportColumnIndexOfCell(booleanvalue)
    
    The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.

    setClearData

    public voidsetClearData(booleanvalue)
    
    Make the workbook empty after saving the file.

    setCachedFileFolder

    public voidsetCachedFileFolder(java.lang.Stringvalue)
    
    The cached file folder is used to store some large data.

    setValidateMergedAreas

    public voidsetValidateMergedAreas(booleanvalue)
    
    Indicates whether validate merged cells before saving the file. The default value is false.

    setMergeAreas

    public voidsetMergeAreas(booleanvalue)
    
    Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is false.

    setCreateDirectory

    public voidsetCreateDirectory(booleanvalue)
    
    If true and the directory does not exist, the directory will be automatically created before saving the file. The default value is false.

    setSortNames

    public voidsetSortNames(booleanvalue)
    
    Indicates whether sorting defined names before saving file.

    setRefreshChartCache

    public voidsetRefreshChartCache(booleanvalue)
    
    Indicates whether refreshing chart cache data

    setPdfExportImagesFolder

    public voidsetPdfExportImagesFolder(java.lang.Stringvalue)
    
    The physical folder where images will be saved when exporting a workbook to Aspose.Pdf XML format. Default is an empty string.

    setEnableHTTPCompression

    public voidsetEnableHTTPCompression(booleanvalue)
    
    Indicates if http compression is to be used in user's IIS. Please specify this property to true if http compression is used.

    setWarningCallback

    public voidsetWarningCallback(IWarningCallback value)
    
    Gets or sets warning callback.