From: "Charles L." Date: 2008-10-09T07:11:03+09:00 Subject: Re: ruby-ole-1.2.8 released! James Herdman wrote: > Very interesting. This is probably a ridiculous question, but is there > a > Windows dependency for this library? I'm itching for a library to write > Excel files without having to resort to Windows. If I must use Windows > and > some OLE bridge, I'd be very excited if I could use copy-and-paste > whilst > generating Excel worksheets. > > James H. Hi James, No there's no windows dependency. If you're looking for a library to write excel files though, "gem install spreadsheet-excel" - I've used it a bit and it works fairly well. I've also written my own fairly limited excel writer (because i needed biff8) which I'll release when I clean it up. Aside from this though, you shouldn't need to use copy & paste just to generate a spreadsheet using excel directly? - Charles -- Posted via http://www.ruby-forum.com/.