DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7641>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7641 fix relative versus absolute row numbers ------- Additional Comments From [EMAIL PROTECTED] 2002-06-18 18:22 ------- I believe you can actually have more then UnsignedShort.MAX_VAL rows in excel. However the row number is stored as an Unsigned Short in RowRecord. So there is some manner Excel uses to identify "relative" row numbers. This probably involves the IndexRecord (which we currently don't write because its another upstream pointer to downstream things). However that's just a guess. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
