The itcluno package

The itcluno package is an extension which should make the use of OpenOffice.org easier.
It is based an the tcluno extension made by Arnulf Wiedemann.
This package is not an attempt to map the OpenOffice.org object oriented approach. It shall give you an easy way to handle some common used routines for writing SpreadSheet, Writer and Presentation files.
With this package should have got a directory with demos/test. This includes 3 tcl-scripts which make use of some simple text files in the directory demo_files. Also take this as a part of the documentation as it is nearly impossible to describe everything, especially all the parameters for configuring the OpenOfice.org properties.
When using the demo files please respect the follwing hints:
OpenOffice has to be started with some special options, see Start OpenOffice.org The .csv and .txt files used for the SpreadSheet demo contain a "," for the decimal separator (there are only a few decimal numbers within the files). Either you change them manually or you change the default language setting:
OpenOffice.org --> Menu --> Extras --> Options
Language preferences --> Language --> german (Germany)
The following classes are available:
OfficeUtilities - A Helper Class
OpenOffice - The Base Class
ChartDocument - A ChartDocument Class
Presentation - A Presentation Class
SpreadSheet - A SpreadSheet Class
TextTable - A TextTable Class
Writer - A Writer Class
Tablelist2OOTable - A Helper Class for converting tablelist to a OO Table
Tktable2OOTable - A Helper Class for converting Tktable to a OO Table