On Sun, 18 Jul 2010, allelopath wrote:
Excel has a feature in which when you dbl-clk on a cell with a formula,
the cells referred to by that formula become correspondingly colored.
I need to implement this in Java with POI.
The formula parser is where you'll want to be looking. You probably want
to look at the reference based Ptgs in the formula (generating the ptgs
from the text for xssf), then ask the reference ptgs nicely for the cells
they reference
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org