new DeleteBlankOptions()

Methods

getEmptyFormulaValueAsBlank()

Whether one cell will be taken as blank when it is formula and the calculated result is null or empty string. Default value is false. Generally user should make sure the formulas have been calculated before deleting operation with this property as true. Otherwise all newly cretaed formulas by normal apis such as Cell.Formula will be taken as blank and may be deleted because before calculation their calculated results are all null.

getEmptyStringAsBlank()

Whether one cell will be taken as blank when its value is empty string. Default value is true.

getUpdateReference()

Indicates if update references in other worksheets.

setEmptyFormulaValueAsBlank()

Whether one cell will be taken as blank when it is formula and the calculated result is null or empty string. Default value is false. Generally user should make sure the formulas have been calculated before deleting operation with this property as true. Otherwise all newly cretaed formulas by normal apis such as Cell.Formula will be taken as blank and may be deleted because before calculation their calculated results are all null.

setEmptyStringAsBlank()

Whether one cell will be taken as blank when its value is empty string. Default value is true.

setUpdateReference()

Indicates if update references in other worksheets.