Just looking for a free spreadsheet read/write library that is not GPL or LGPL.

link|improve this question
1  
Is the LGPL viral? – Andrew Grimm Jun 9 '10 at 23:14
feedback

2 Answers

up vote 1 down vote accepted

For anyone interested in this, RubyXL has an MIT license. It can read/write/edit Excel documents (it specifically states .xlsx and .xlsm). It looks like it has been updated pretty frequently, and it was first released well after the original question.

link|improve this answer
feedback

It's a bit out of date (and I haven't used it myself), but the POI Ruby Bindings should be available under the Apache license (which is much less restrictive than (L)GPL).

link|improve this answer
Kind of ugly, but it seems like there's nothing else out there. – ninthyard Jun 21 '10 at 19:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.