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

Yegor Kozlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #8 from Yegor Kozlov <[email protected]> 2010-07-29 14:23:39 EDT ---
Bryan,

It looks to be a limitation of Excel - the number of hyperlinks in a workbook
cannot exceed 65534. I didn't find it in the spec but confirmed it empirically.
If your code inserts 65533 hyperlinks then the workbook is OK, if the number of
hyperlinks is greater or equal to 65534 then the workbook is unreadable. 

I guess Excel tracks the number of hyperlinks as unsigned short and when this
number rolls over the workbook becomes corrupted. 

Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to