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 2014/03/28 18:00:39 UTC

[Bug 56328] FormulaParser is hard-coded to assume a maximum of 65536 rows

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

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
Any chance you could both:
 * Grep to find some more places with that in? (Check org.apache.poi.ss and
.xssf, it's fine to have it in .hssf classes)
 * See if you can work up a patch which checks the kind of workbook it is, and
does the range check based on that? (We've got the constants in
SpreadsheetVersion)

Bonus marks if you can get it done before the CoreFiling Friday pub trip time
;-)

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