jlahd / clods-export

Common Lisp OpenDocument spreadsheet export library
MIT License
4 stars 1 forks source link

Rotation doesn't work? #1

Closed Demosthenexx closed 3 years ago

Demosthenexx commented 3 years ago

Comparing against a simple ODS document made in Libreoffice, they are putting style:text-rotation-angle in the table-cell-properties element. CLODS is putting the angle parameter on style:text-properties. As a result, rotation isn't working.

jlahd commented 3 years ago

Thanks for the report! I have now added the :rotation-angle keyword argument to clods:cell-style. According to the specs, style:text-properties also has text-rotation-angle, so I'm not removing it even though not all applications support it.