Browse thread
Smoke Vector Graphics: source code licenses for sale
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Edgar Friendly <thelema314@g...> |
| Subject: | Re: [Caml-list] Re: OT: Commercial Support and Programming Languages |
Jon Harrop wrote: > Another subject that I have discovered from my work on F# is the usefulness of > interoperability, specifically being able to manipulate Excel spreadsheets > from F#. I'm writing web analytics software for our company in OCaml and I'd > like to inject the results into OpenOffice's spreadsheet. Any idea how to do > that? > Depending on the complexity of your results, you *might* succeed at outputting a CSV file and having OO.org import that. It probably won't look like a final product, but might serve as a base for some OO macros to clean up. E.