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=22939>. 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=22939 Cannot link from a regular xls file to an xls file created by POI. ------- Additional Comments From [EMAIL PROTECTED] 2003-09-10 05:26 ------- I think I see the problem. Could this be because HSSF does not write out DBCELL records? However, it does write out INDEX records. But INDEX records contain a pointer to one or more DBCELL records. The INDEX record written by HSSF does contain a DBCELL pointer. But the pointer is invalid (it doesn't even point to the beginning of a record, and there are no DBCELL records in the output). If this is the problem, this report may be a duplicate of http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9576 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
