https://bz.apache.org/bugzilla/show_bug.cgi?id=60811

--- Comment #3 from phili0...@gmx.de ---
Yeah, of course there are several workarounds for me. Currently I escape the
structured references such that they are handled as a string and unescape them
after rendering the formula back. The problem is that I have multiple
templates, not all of them use structured references, not all of them have even
set a table and some use both etc. So my programm have to deal with all these
cases. Thats why it would be nice to have.

Or may be you know a better way. I noticed that Excel stores column formulas
for every column. These formulas can be found in
CTTableColumn.getCalculatedColumnFormula() and they also causes the error
message in Excel: 'This cell is inconsistent with the column formula' if you
set the manipulated formulas with the wrong translated structural reference.
Does there exists a possibility in POI to use this formula by default for a
table column? Copying in every cell is not working because then again normal
cell references are wrong.

-- 
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

Reply via email to