Ruby plugin for spreadsheet?

G

Grant Schoep

I know this may sound insane... but is there anything like a ruby plugin
for spreadsheets? Sadly, I guess I'd prefer Excel, but I use OpenOffice
alot too. basically, there is always text manipulation of fields I need to
do. Its a royal pain in most spreadsheet software. I usually end up
exporting my data out to a csv, running some Ruby scripts on it, and then
importing it back. Trying to reduce the work here. Since... exporting it
out, running ruby scripts on it, then importing it back in is still easier
for me.
 
R

rcoder

I actually did a project a couple of years ago which used the Win32 OLE
library for Ruby -- check out the ActiveScriptRuby distribution
(http://arton.hp.infoseek.co.jp/).

Instead of doing a Ruby "plugin" for Excel, I used Ruby to automate
Excel operations: open a workbook, select a worksheet, create a new
sheet, copy some data into it, etc.

-Lennon
 
J

James Herdman

I know this may sound insane... but is there anything like a ruby
plugin for spreadsheets? Sadly, I guess I'd prefer Excel, but I use
OpenOffice alot too. basically, there is always text manipulation of
fields I need to do. Its a royal pain in most spreadsheet software. I
usually end up exporting my data out to a csv, running some Ruby
scripts on it, and then importing it back. Trying to reduce the work
here. Since... exporting it out, running ruby scripts on it, then
importing it back in is still easier for me.

Check this thread out >>
http://groups.google.com/group/comp...d?q=Excel+spreadsheet&rnum=2#8ae49e950ee8c49d

It

might be of use.

James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,057
Members
47,665
Latest member
salkete

Latest Threads

Top