Day 4: the open source spreadsheet

download Day 4: the open source spreadsheet

If you can't read please download the document

description

Day 4 of writing an open source office in Java. How to write a spreadsheet software in 1 day.

Transcript of Day 4: the open source spreadsheet

  • 1. http://www.joeffice.org Copyright 2013 - JapplisJoefficeThe SpreadsheetDay4

2. http://www.joeffice.org Copyright 2013 - JapplisJoefficeHow to write a spreadsheet software in 1 day: New module New File Type New Top component Sheets in tabs Data in table Add rows to table Edit table Multiple file format support Styling 3. http://www.joeffice.org Copyright 2013 - JapplisNew module 4. http://www.joeffice.org Copyright 2013 - JapplisNew module 5. http://www.joeffice.org Copyright 2013 - JapplisTemplate & File Type 6. http://www.joeffice.org Copyright 2013 - JapplisNew top component 7. http://www.joeffice.org Copyright 2013 - JapplisUse Apache-POI 8. http://www.joeffice.org Copyright 2013 - JapplisLoad document 9. http://www.joeffice.org Copyright 2013 - JapplisSaveCookie 10. http://www.joeffice.org Copyright 2013 - JapplisJTabbedPane 11. http://www.joeffice.org Copyright 2013 - Japplis 12. http://www.joeffice.org Copyright 2013 - JapplisJTable 13. http://www.joeffice.org Copyright 2013 - JapplisTable with content 14. http://www.joeffice.org Copyright 2013 - JapplisRow headershttp://www.chka.de/swing/table/row-headers/RowHeaderTable.java 15. http://www.joeffice.org Copyright 2013 - JapplisEdit table 16. http://www.joeffice.org Copyright 2013 - JapplisEdit table 17. http://www.joeffice.org Copyright 2013 - JapplisAdd cells and rows 18. http://www.joeffice.org Copyright 2013 - JapplisSupport xls format 19. http://www.joeffice.org Copyright 2013 - JapplisSupport multiple files 20. http://www.joeffice.org Copyright 2013 - JapplisStyling 21. http://www.joeffice.org Copyright 2013 - JapplisApply styling 22. http://www.joeffice.org Copyright 2013 - JapplisApply styling 23. http://www.joeffice.org Copyright 2013 - JapplisActive sheet 24. http://www.joeffice.org Copyright 2013 - JapplisJoefficeJava Office SuiteOpen Source (Apache licence 2.0)Offline & OnlineTabs and docking editorsWorks on Windows, MacOS X, Linux