You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2013/08/22 22:38:52 UTC

[Bug 54399] Sheet index (-1) is out of range when rename sheet

https://issues.apache.org/bugzilla/show_bug.cgi?id=54399

--- Comment #1 from Dominik Stadler <do...@gmx.at> ---
The error happens at a point where the external references are resolved in
order to adjust all formulas/references for the new sheet-name.
FormularParser.createAreaRefParseNode() tries to read the external sheet index,
but does not find the referenced external sheets and thus ends up using -1. 

I still lack details of how it is supposed to work, though, to say if this is
somehow expected here or an invalid .xlsx or really a bug in POI...

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org