How to read the excel file(.xls)
I tried to use the gem 'parseexcel',
but it can't exactly parser the string.
Does have other better method to parser the xls content?
···
--
Posted via http://www.ruby-forum.com/.
How to read the excel file(.xls)
I tried to use the gem 'parseexcel',
but it can't exactly parser the string.
Does have other better method to parser the xls content?
--
Posted via http://www.ruby-forum.com/.
Use win32ole. Easier than falling off a log.
--
Posted via http://www.ruby-forum.com/.
parseexcel was merged in spreadsheet some years ago.
you can install spreadsheet via gem
Masa
2011/7/27 Mike Stephens <rubfor@recitel.net>:
Use win32ole. Easier than falling off a log.
--
Posted via http://www.ruby-forum.com/\.
Win32ole is easy to use. The website that Mike linked to is a great
resource. I script excel all day. Do you have a sample excel sheet?
Timothy
On Wed, Jul 27, 2011 at 4:59 AM, Masa <mhatakeyama@ywesee.com> wrote:
parseexcel was merged in spreadsheet some years ago.
you can install spreadsheet via gem
Masa
2011/7/27 Mike Stephens <rubfor@recitel.net>:
> Use win32ole. Easier than falling off a log.
>
>
> Ruby on Windows: excel
>
> --
> Posted via http://www.ruby-forum.com/\.
>
>
parseexcel was merged in spreadsheet some years ago.
you can install spreadsheet via gem
This. just use it. it works & is dead simple.
Andrew McElroy
On Wed, Jul 27, 2011 at 3:59 AM, Masa <mhatakeyama@ywesee.com> wrote:
Masa
2011/7/27 Mike Stephens <rubfor@recitel.net>:
> Use win32ole. Easier than falling off a log.
>
>
> Ruby on Windows: excel
>
> --
> Posted via http://www.ruby-forum.com/\.
>
>