Displaying 4 results from an estimated 4 matches for "rubyxl".
2013 Jun 18
2
`require': cannot load such file -- nokogiri (LoadError) in rubyXL
Hi All
Getting the below error when running the source code
My requirement is : I want read / write the excel sheet ( both xls / xlsx )
from Ruby , if you have any other solution also share with me ..
*Source Code :*
*
*
*
bash-3.2$ cat rubyXL.rb
require ''rubyXL''
workbook = RubyXL::Parser.parse("test.xlsx")
workbook = RubyXL::Workbook.new
sheet_Name = workbook.worksheets[0]
puts sheet_Name
*
*
*
*ERROR*
rubyXL.rb
/usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require....
2013 Oct 21
3
What it exactly do these do ( RubyXL::Parser.parse and Roo::Excelx.new) when opening a file?
Do they open a file and load it into memory?
I''m asking because it seems to take a long time opening a file but after it
opens looping into the variable is REALLY fast, could someone explain me or
tell me where can I find an explanaition on how this sort of things work?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2013 Jun 16
3
Best library for reading/wriiting excel in ruby
Hi All ,
I am new for ruby programming and using ruby for automation work .
Planned to implement READ / WRITE excel function in ruby , can you please
let me know which library or open source will be good foe this ..?
Thanks ,
Muthu Selvan SR
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this
2013 Oct 10
12
What's the best way to approach reading and parse large XLSX files?
Hello, I''m developing an app that basically, receives a 10MB or less XLSX
files with +30000 rows or so, and another XLSX file with about 200rows, I
have to read one row of the smallest file, look it up on the largest file
and write data from both files to a new one.
I just did a test reading a few rows from the largest file using ROO
(Spreadsheet doesn''t support XSLX and