GNOME Bugzilla – Bug 53113
Cell comments not exported to XL97/2k/XP
Last modified: 2008-02-19 16:12:21 UTC
I have a Excel 2000 spreadsheet with comment/notes on it. When importing to gnumeric none of the notes are imported.
We haven't implemented this yet. (Also, currently comments cause lots of leaks during import.)
We'll get to it, but there are several things ahead of this.
*** Bug 76460 has been marked as a duplicate of this bug. ***
*** Bug 108990 has been marked as a duplicate of this bug. ***
The NEWS file includes: * Import cell comments from >= xl97. Does that means that this has been implemented in current CVS?
yes. Thanks for remembering this bug. We only export them to XL95, and the current comment implementation is ... (/me searches for a polite phrase) sub-optimal. However, the worst of the heavy lifting is done. I'm confident we understand the format now and could generate it with a couple hours of work. To make this truely useful we need a few things 1) To split the comment indicator and the comment display box objects 2) To add support for rich text import (could be useful in lots of places) 3) xl97 export
*** Bug 124311 has been marked as a duplicate of this bug. ***
*** Bug 126219 has been marked as a duplicate of this bug. ***
*** Bug 136726 has been marked as a duplicate of this bug. ***
Is this still low priority?
jon_kare : It's certainly a desireable enhancement, but it will be alot of work. The comment framework needs some adjustments to do this right. Comments are really just special cases of labels. In XL97 they store the text object's position along with markup. Then the comment itself is associated with a cell seperately. In Gnumeric the cell, and the text box position are intertwined. We can kludge a solution that will just guess as position for export. Or we can rework the comment object to inherit from the text box which is a heck of alot of work.
see 347536
*** Bug 347536 has been marked as a duplicate of this bug. ***
because of 347536 I am changing the status of this from enhancement to bug. If we claim that we support the XL format, people can expect that we handle comments too.
This bug is the sole reason I can't use Gnumeric at work. Comments often contains mission critical information. Don't think I'm alone on this. As a data loss bug it should have higher priority/severity.
The WriteExcel perl module supports this and the code doesn't look too difficult to follow.
Some code is in svn now, and will be in the next release (1.7.9). There are some improvements to make to store the background colour properly before I close this.
*** Bug 469373 has been marked as a duplicate of this bug. ***
*** Bug 517475 has been marked as a duplicate of this bug. ***