Depending on when you read this post will ultimately determine how long you have before the end of your beloved Windows XP operating system. That’s right! With the Windows 7 entering puberty, according to Microsoft, its time to put that old work horse XP out to pasture. At the time of writing this post there…
Read moreRoo is a gem that lets you access contents of , 1> Excel Spreadsheets(.xls), 2> Open office spread sheets(.ods), 3>Excel’s new format .xlsx and 4>Google spreadsheets. Consider the following spreadsheet: The above spreadsheet can be accessed using the following code:
1 |
require 'rubygems' |
#Require the roo library in the script
1 |
require 'roo' |
# To parse an excel…
Read more