RAA - parseexcel/0.4.0

parseexcel / 0.4.0

Short description: Ruby-Port of Kawai Takanoris Perl-Module
Category: Library/Misc
Status: stable, undocumented
Created: 2006-02-07 08:20:03 GMT
Last update: 2006-02-16 09:50:33 GMT
Owner: Hannes Wyss (Projects of this owner)
Homepage: http://scm.ywesee.com/?p=parseexcel
Download: http://download.ywesee.com/parseexcel-0.4.0.tar.bz2
License: LGPL
Dependency:
None
Description:

Spreadsheet::ParseExcel - Get information from an Excel file.
============
Version: 0.4.0
Date: 2006-02-16

Short Description:
Spreadsheet::ParseExcel allows you to get information out of a
simple Excel file
This Package is an - as of today incomplete - translation of
Kawai Takanoris Perl-Module.


Requirements
------------

* ruby 1.8

Install
-------

De-Compress archive and enter its top directory.
Then type:

$ ruby setup.rb config
$ ruby setup.rb setup
($ su)
# ruby setup.rb install

You can also install files into your favorite directory
by supplying setup.rb some options. Try "ruby setup.rb --help".


Usage
-----
workbook = Spreadsheet::ParseExcel.parse(path_to_file)
worksheet = workbook.worksheet(0)
worksheet.each(1) { |row|
puts row.at(0)
}

Versions: [0.5.1.1 (2006-08-29)] [0.5.0 (2006-04-24)] [0.4.1 (2006-03-03)] [0.4.0 (2006-02-16)] [0.3.2 (2006-02-07)]

Edit this project (for project owner)

back to RAA top