Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 507 Bytes

README.rdoc

File metadata and controls

21 lines (12 loc) · 507 Bytes

RubiOD - work with OpenDocument.

For now it supports some functionality to read/modify OD spreadsheets (.ods).

Download and installation

At least two ways available:

  1. Build gem from source:

    git clone git://github.com/netoctone/rubiod.git; cd rubiod
    gem build rubiod.gemspec
    gem install rubiod-version.gem
  2. Or add following line to Gemfile (if it’s in use):

    gem 'rubiod', :git => 'git://github.com/netoctone/rubiod.git'
    

License

RubiOD is released under the MIT license.