Is there a good OpenDocument library in ruby?

I would like to create an OpenDocument format in the Ruby programming language.

Something like prawn , but for OpenDocument.

Is there a good library for this?

+4
source share
2 answers

Check out Documatic

Documatic is an OpenDocument processor for Ruby

0
source

Rspreadsheet for Open Document Spreadsheets. It can read, modify and write osd files.

0
source

Source: https://habr.com/ru/post/1385640/


All Articles