[ANN] Scio Excel library

Maybe just reinventing the wheel here, but it might be useful for
someone.
It’s a simple library that creates a one-sheet workbook and lets you
play with styles (cells and headers).
You can download it here:

http://rolando.cl/media/ruby/scio_excel.rb

and the rdoc (examples and how-to):

http://rolando.cl/media/ruby/doc/index.html

Oh!, btw… it’s “inspired” in the Excel Export Plugin.

PS: if someone is concerned about the license, I might change it to
LGPL… right now, our company’s projects are all to be licensed as GPL,
that’s the reason for this library to be GPL instead of LGPL.

Enjoy!
Rolando.-

Another thing, you might need to put something like this:

require ‘scio_excel’

In the controller you’ll use the library.

regards,
rolando.-