H
Hannes Wyss
Spreadsheet:arseExcel - Get information from an Excel file.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Version: 0.3.2
Date: 2005-12-15
Short Description:
Spreadsheet:arseExcel 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 =3D Spreadsheet:arseExcel.parse(path_to_file)
worksheet =3D workbook.worksheet(0)
worksheet.each(1) { |row|
puts row.at(0)
}
License
-------
LGPL
URL: http://download.ywesee.com/parseexcel
Author: Hannes Wyss <[email protected]>
Enjoy, and thanks for your feedback!
Hannes
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Version: 0.3.2
Date: 2005-12-15
Short Description:
Spreadsheet:arseExcel 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 =3D Spreadsheet:arseExcel.parse(path_to_file)
worksheet =3D workbook.worksheet(0)
worksheet.each(1) { |row|
puts row.at(0)
}
License
-------
LGPL
URL: http://download.ywesee.com/parseexcel
Author: Hannes Wyss <[email protected]>
Enjoy, and thanks for your feedback!
Hannes