I'm writing a program in Common Lisp that needs to:
- Load values from several ODS spreadsheets,
- process them
- and finally generate reports in ODS and ODT formats.
The only actual library I've found so far is ODS4CL, but it doesn't support any styles at the moment.
How can I write my program with minimal efforts (without writing a general-purpose OpenDocument manipulation library)?