2^20 limit
Posted Aug 11, 2010 3:51 UTC (Wed) by
stevenj (guest, #421)
In reply to:
OpenOffice.org 3.3 Beta Release Available by stevenj
Parent article:
OpenOffice.org 3.3 Beta Release Available
Ah, reading the bug report, it seems that the issue was not that they pack the address bits somewhere, but rather that they (a) allocated the spreadsheet data array statically and (b) had some performance issues with higher limits because the code was apparently not very smart about things like format changes to vast swaths of cells even if they are not being used for anything.
The new 220 limit was, not surprisingly, chosen to match the latest version of Excel. (Apparently, the abovementioned problems still prevent an integer-size limited value like 232−1.)
(
Log in to post comments)