20120419¶
Uff! After about 23 hours of experimenting I have now for the first time a solution for the problem of rendering a formatted table to odt (or pdf or rtf) using appy.pod.
ODFPy has only a marginal role for generating the chunks of XML, the main work is done by the finalizeFunction of the appy.pod renderer which inserts the additional “dynamic” styles afterwards (when the document has been processed).
Concretely this is done in lino.utils.appy_pod
and demonstrated in
/tests/appy/20120419/test.py,
/tests/appy/20120419/test_template.odt
and
/tests/appy/20120419/test_result.odt.
Added a new minimal application lino.apps.pim
.