https://bz.apache.org/bugzilla/show_bug.cgi?id=60811
--- Comment #2 from Greg Woolsey <gwool...@apache.org> --- When I implemented structured reference formula parsing last year, I was focused on evaluation, not reversibility, so I didn't go to the work of creating a new Ptg type, I just converted the reference to an area Ptg as part of parsing the formula. So I see the work you would like to have here. However, why do you need to parse the formula into a Ptg[] when adding new rows? Why can't you convert all the normal cell references to structured row-based column references? Then you don't have to manipulate the formula string at all, just copy it to new rows. -- 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