[fpc-pascal] Spreadsheet library/unit?

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Sat Oct 18 13:06:59 CEST 2008


On Fri, Oct 17, 2008 at 3:01 AM, Francisco Reyes <lists at stringsutils.com> wrote:
> What do you mean by by that?
> Tried
> WriteToFile('test.ods', sfOpenDocument)

You need to add the unit which registers the open document format into
your uses clause.

uses fpsopendocument;

for OOXML:

uses xlsxooxml;

I don't remember what exactly is working for each one, but I don't
think they will be usable without improving them.

>Which formats currently work under unix (Linux/FreeBSD)?

Only Excel 2

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list