After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597035 - Excel export for lines, rectangles, widgets, ...
Excel export for lines, rectangles, widgets, ...
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export MS Excel (tm)
git master
Other All
: Normal enhancement
: ---
Assigned To: Jody Goldberg
Jody Goldberg
: 74697 557552 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-10-01 19:10 UTC by Morten Welinder
Modified: 2009-10-13 22:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2009-10-01 19:10:12 UTC
Not exporting object of type GnmFilterCombo
Not exporting object of type GnmSOFilled           <--- those without text
Not exporting object of type GnmSOLine
Not exporting object of type SheetWidgetButton
Not exporting object of type SheetWidgetCheckbox
Not exporting object of type SheetWidgetCombo
Not exporting object of type SheetWidgetList
Not exporting object of type SheetWidgetRadioButton
Not exporting object of type SheetWidgetScrollbar
Not exporting object of type SheetWidgetSpinbutton
Comment 1 Andreas J. Guelzow 2009-10-02 02:31:16 UTC
*** Bug 74697 has been marked as a duplicate of this bug. ***
Comment 2 Andreas J. Guelzow 2009-10-02 02:33:50 UTC
*** Bug 557552 has been marked as a duplicate of this bug. ***
Comment 3 Morten Welinder 2009-10-04 00:58:33 UTC
GnmFilterCombo is handled elsewhere so forget about that one.

To get this rolling we are going to have to improve the Escher record
generation somewhat.  The fixed records we have are not going to cut
it.  We can't even export the newly-implemented name property since
all the "OPT" records are fixed-size.

A new setup that builds a GString shouldn't be too hard.
Comment 4 Morten Welinder 2009-10-06 01:52:51 UTC
We now have a setup.  Time will have to test it...

Lines and arrows are done.
Export of object name for arrow/line/textbox is done.
Comment 5 Morten Welinder 2009-10-07 20:40:11 UTC
Colours and line width for arrow/line/rectangle/oval are done.

Check boxes and radio buttons are exported, but Excel is still not completely
happy with them.  We can read them in again, except for the radio button link
which never appears to have been implemented.
Comment 6 Morten Welinder 2009-10-12 15:08:50 UTC
Check boxes and radio buttons are done.
Comment 7 Morten Welinder 2009-10-13 14:17:15 UTC
Spin-buttons done.
Comment 8 Morten Welinder 2009-10-13 15:33:02 UTC
Scroll bars done.
Comment 9 Morten Welinder 2009-10-13 20:17:37 UTC
List widgets done.
Comment 10 Morten Welinder 2009-10-13 22:46:15 UTC
Combos done.
Buttons done.