https://bz.apache.org/bugzilla/show_bug.cgi?id=63228
Bug ID: 63228 Summary: Method copyCellFrom (org.apache.poi.xssf.usermodel.XSSFCell) doesn't update formula reference Product: POI Version: 3.17-FINAL Hardware: PC Status: NEW Severity: normal Priority: P2 Component: XSSF Assignee: dev@poi.apache.org Reporter: n...@fina2.net Target Milestone: --- When i copy formula with reference to other cell, the new formula has old reference. I am using org.apache.poi.xssf.usermodel.XSSFCell copyCellFrom method, with copyCellFormula=true. Example: B5 = B2+1 after copy to C5 = B2+1 instead of C5 = C2+1 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org