Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / XlsxSaveOptions Class / setExcludeEmptyRegionCells Method
In This Topic
    setExcludeEmptyRegionCells Method
    In This Topic
    Indicates whether to exclude any empty cells(cells with no data or only style) outside the used data range. Default is false.
    Syntax
    public void setExcludeEmptyRegionCells( 
       boolean value
    )

    Parameters

    value
    See Also