https://bz.apache.org/bugzilla/show_bug.cgi?id=60314
Bug ID: 60314
Summary: Make the conditional formatting range editable
Product: POI
Version: 3.15-FINAL
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
While there is a method that given a ConditionalFormatting object returns the
array of CellRangeAddress is applied to, there is no public method to set a new
array of CellRangeAddress.
We suggest to add a method to the XSSFSheetConditionalFormatting that sets the
a new formatting range
i.e.
public void setFormattingRanges(CellRangeAddress[] ranges) {
...
}
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]