GNOME Bugzilla – Bug 597035
Excel export for lines, rectangles, widgets, ...
Last modified: 2009-10-13 22:46:15 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
*** Bug 74697 has been marked as a duplicate of this bug. ***
*** Bug 557552 has been marked as a duplicate of this bug. ***
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.
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.
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.
Check boxes and radio buttons are done.
Spin-buttons done.
Scroll bars done.
List widgets done.
Combos done. Buttons done.