Revision 627769

Go back to digest for 4th February 2007

Features in Office

Sebastian Sauer committed changes in /trunk/koffice/kspread/plugins:

Added the odfpyexport.py script to KSpread to produce custom OpenDocuments.

* The script uses the ODFPY python module (<a href="http://opendocumentfellowship.org/projects/odfpy">http://opendocumentfellowship.org/projects/odfpy</a>;) to produce opendocument text files from within the KSpread sheets.
* Needs improvments within next days once the cmake-upgrade + whole recompile is done. Shouldn't be difficult to also add export to .g. OpenDoc Presentation ;)
* It's just an example how to use Kross+KSpreadScripting to produce easy custom opendocuments from within KSpread.
* Fantastic work done on the python-module, Soren. A lot of thanks!

File Changes

Added 3 files
  • /trunk/koffice/kspread/plugins/scripting
  •   /ScriptingWidgets.cpp
  •   /ScriptingWidgets.h
  •   /scripts/odfpyexport.py
Deleted 1 files
  • /trunk/koffice/kspread/plugins/scripting/scripts/unittest.py
Modified 6 files
  • /trunk/koffice/kspread/plugins
  •   /CMakeLists.txt
  •   /scripting/CMakeLists.txt
  •   /scripting/ScriptingModule.cpp
  •   /scripting/ScriptingModule.h
  •   /scripting/scripts/CMakeLists.txt
  •   /scripting/scripts/scripts.rc
10 files changed in total