https://issues.apache.org/bugzilla/show_bug.cgi?id=57430
Bug ID: 57430
Summary: XSSFName.setRefersToFormula throws exception for valid
reference
Product: POI
Version: 3.11-FINAL
Hardware: Macintosh
Status: NEW
Severity: regression
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
The following code snippet will reproduce the error:
XSSFWorkbook wb = new XSSFWorkbook();
XSSFSheet sh = wb.createSheet("Sheet1");
//applies to the entire workbook
XSSFName name1 = wb.createName();
name1.setNameName("FMLA");
name1.setRefersToFormula("Sheet1!$B$3");
This works with version 3.10.1, but not 3.11.
--
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]