[ANN] ruby-ole-1.2.8 released!

C

Charles L.

The new version of ruby-ole has been released!

ruby-ole is a library for read/write access to OLE2 structured storage
files, such as those produced by Microsoft Office, eg *.doc, *.msg etc.
It provides a simple filesystem style api.

Details at http://ruby-ole.googlecode.com, or go straight to
http://ruby-ole.rubyforge.org/doc for the RDoc.

Changes:

- Fixes multiple MBAT read/write support (for large OLE files).
- Better documentation.
- Easy access to meta data and simple mime type classification.
- Exposing the above through oletool
- More tests - now have 100% coverage.
- Cross platform bug fixes
 
J

James Herdman

[Note: parts of this message were removed to make it a legal post.]

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.
 
C

Charles L.

James said:
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
 
J

James Herdman

[Note: parts of this message were removed to make it a legal post.]
Aside from this though, you shouldn't need to use copy & paste just to
generate a spreadsheet using excel directly?


One wouldn't think so, but that seems to be the way the Windows Win32OLE
library works. It's quite shocking.

I'll take a peak at your lib. Thanks!

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

Forum statistics

Threads
474,261
Messages
2,571,040
Members
48,769
Latest member
Clifft

Latest Threads

Top