INSTALLATION INSTRUCTIONS
=========================

To run all tests first:
-----------------------
cd test;
ruby tc_all.rb

- Requires TestUnit 0.1.8 or later (already included with Ruby 1.8.x)

To generate a sample MS Excel compatible spreadsheet:
-----------------------------------------------------
cd test;
ruby test.rb

- This generates a file called test.xls.  Open it up with Gnumeric, OpenOffice,
  MS Excel or whatever.  If it opens without error (beyond the Excel 95 format
  warning) it worked.


To install:
-----------
ruby install.rb

- This will install the spreadsheet module in your Ruby sitelib.
- May require root access.
