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

GW <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32671|0                           |1
        is obsolete|                            |

--- Comment #6 from GW <[email protected]> ---
Created attachment 33927
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33927&action=edit
Trunk patch adding support for Structured References in formulas, with unit
tests

The new patch (same date as comment) is against TRUNK, and contains new passing
unit tests to exercise the new code and notice new bugs.

The original patch was missing some corner cases around special characters and
escapes in table names, now covered by tests and handled by the code.

(why does Excel allow named ranges and tables to start with a backslash!?)

There are new comments for some existing and some new code that is there to
improve execution performance at the cost of static cached metadata - changes
to the underlying OOXML objects may not be seen unless the cached data is
reset.  There was already some of that, but it wasn't called out in the JavaDoc
comments.  Not likely in normal use, as most uses are either building or
reading, but not building, reading, modifying, then calculating again, but
since the underlying objects are exposed through public setters, it can happen.

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

Reply via email to