joeffice, day 18: installers and free cell selection

Download Joeffice, Day 18: Installers and free cell selection

If you can't read please download the document

Upload: anthony-goubard

Post on 26-May-2015

284 views

Category:

Technology


0 download

DESCRIPTION

Day 18 of writing an open source office suite in Java. Today, installers, free cell selection in JTable and more

TRANSCRIPT

  • 1. http://www.joeffice.org Copyright 2013 - JapplisJoefficeInstallersFree cell selectionDay18

2. http://www.joeffice.org Copyright 2013 - JapplisFree cell selection 3. http://www.joeffice.org Copyright 2013 - JapplisFree cell selection 4. http://www.joeffice.org Copyright 2013 - Japplis 5. http://www.joeffice.org Copyright 2013 - JapplisFree cell selection 6. http://www.joeffice.org Copyright 2013 - JapplisFree cell selection 7. http://www.joeffice.org Copyright 2013 - JapplisFree cell selectionhttp://stackoverflow.com/questions/15568131/jtable-with-cell-selection-and-multiple-interval-selection-shows-incorrect-selec 8. http://www.joeffice.org Copyright 2013 - JapplisProgress bar online 9. http://www.joeffice.org Copyright 2013 - JapplisView Database settings 10. http://www.joeffice.org Copyright 2013 - JapplisInstallers 11. http://www.joeffice.org Copyright 2013 - JapplisInstallers 12. http://www.joeffice.org Copyright 2013 - JapplisInstallers 13. http://www.joeffice.org Copyright 2013 - JapplisInstallers 14. http://www.joeffice.org Copyright 2013 - JapplisInstallers 15. http://www.joeffice.org Copyright 2013 - JapplisInstallers 16. http://www.joeffice.org Copyright 2013 - JapplisClean upRemoving Docx4j and unused netbeans dependencies 53.1 MB to 39 MB 17. http://www.joeffice.org Copyright 2013 - Japplis 18. http://www.joeffice.org Copyright 2013 - JapplisUpdating POI DocumentOld way:Load: DocxReader swing.text.DocumentSave: Parse document DocXWriterNew way:Load: POIDocxReader XWPFDocument &swing.text.DocumentListener on Document that updates XWPFDocumentSave XWPFDocument.write(OutputStream) 19. http://www.joeffice.org Copyright 2013 - JapplisUpdate POI Document - DocumentListener 20. http://www.joeffice.org Copyright 2013 - JapplisTip: Bold title when modified 21. http://www.joeffice.org Copyright 2013 - JapplisBold title when modified 22. http://www.joeffice.org Copyright 2013 - JapplisOne more thing - ShortcutsCtrl-S Save; Ctrl-Shift-S Save All; Alt-S Save As 23. http://www.joeffice.org Copyright 2013 - JapplisJoefficeJava Office SuiteOpen Source (Apache licence 2.0)Offline & OnlineTabs and docking editorsWorks on Windows, MacOS X, Linux