Releases: jdum/odfdo
Releases · jdum/odfdo
v3.13.5
v3.13.4
v3.13.3
- Refactor cell properties to get easier and more consistent access to cell values. Some new properties added: Cell.decimal, Cell.int, Cell.bool, Cell.duration, Cell.datetime, Cell.date.
- Add a
.rdfmanifest file if it is missing (this should only happen in very rare manipulations).
v3.13.2
v3.13.1
v3.13.0
v3.12.1
v3.12.0
- Change in
str(Paragraph)which now includes a'\n'at the end of the string. - The
odfdo-to-mdscript is renamed toodfdo-markdownand should be functional. Markdown export of .odt files supports all standard formatting features (including tables) except quoted text (no clear semantic equivalent in the ODF standard).