| 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-07 08:20:03 GMT |
| Owner: |
Hannes Wyss
(Projects of this owner) |
| Homepage: |
http://scm.ywesee.com/?p=parseexcel |
| Download: |
http://download.ywesee.com/parseexcel
|
| License: |
LGPL |
| Dependency: |
|
| Description: |
Spreadsheet::ParseExcel - Get information from an Excel file.
============
Version: 0.3.2
Date: 2005-12-15
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)]
|