Timeline data can not be shown in a spreadsheet program
Cross-platform app for displaying and navigating events on a timeline.
Brought to you by:
rickardlindberg,
rogerlindberg
Suggested solution: Build an exporter as described in the Howtos.
What Howtos are you referring to?
Never mind. I found it. I'll be working on this then. Wish me luck.
http://i.kinja-img.com/gawker-media/image/upload/s--gnSWo1nI--/japbcvpavbzau9dbuaxf.jpg
To be able to select which data to export I think we should create a selection dialog where the user can select what to export (events and/or categories) and which object attributes to export (name, text, time-period etc.)
Look at the BitmapExporter as an example.
I'm working on a howto for building dialogs. A dialog class shall not contain any business logic. The business logic shall be placed in a 'controller' class that is instantiated by the dialog class and knows about the dialog as a view. The reason for this is to make testing of dialog logic possible.
Export to csv and 'A list of events in a listbox' are implemented in version 1.6.0.