On Fri, Oct 17, 2008 at 3:01 AM, Francisco Reyes <[EMAIL PROTECTED]> 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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to