You could try writing out the data as an HTML table in plain text and saving
the file with an xls extension. Should be OK with xl97+.
You can use css formatting to tart it up.
Tim
"CloudsŪ" wrote in message
.nl...
"Patrick Molloy" schreef in bericht
...
However, you havent' said what language you are
programming in.
Using Delphi 5...but the program is a plugin for a third-party app, and
hence subject to limitations...
Without knowing what you're intending, its a tough
question. However, you can examine the object model in
the object browser.
The third-party app queries a database and returns an array with the
results. This array should be saved in xls-format. I can have my plugin
iterate through all records and rows, and doing that should result in the
code to write the xls-file.
Already found some information on the format,
http://sc.openoffice.org/excelfileformat.pdf
Now looking in Delphi for built-in Excel-functions....I'm not a very
experienced programmer :-)
--
CloudsŪ