On Sat, 29 Jun 2002 [EMAIL PROTECTED] wrote:

> Diego Pons <[EMAIL PROTECTED]> writes:
> >On Sat, 2002-06-29 at 16:27, [EMAIL PROTECTED] wrote:
> >> Does anybody know how I can write to  StarOffice Spreadsheet cells from Java
> >> and read from StarOffice Spreadsheet cells to Java, all under Linux.
> >
> >The trivial approach is to export the SO files in csv format
> >(comma-separated) and then read them in java with a tokenizer.
> >Conversely, it's easy in java to create csv-type files and then read
> >them in SO. Of course, complex stuff might be lost in the conversion to
> >csv.
> >
>
> Sorry, I should have said that I need to this dynamically and interactively.  I
> need turnaround time on the order of hundred milliseconds or so.  So writing and
> then reading files won't do.

I thought that SO 6.0 is based on openoffice?! And openoffice offers
an API to interact with document, see openoffice.org.

An alternative is to use MS document formats and use Jakarta POI
to manipulate them.

_______________________________________________________________________
         Stephan Michels               EMail: [EMAIL PROTECTED]
         ICQ: 115535699                Tel: +49-030-314-21583
----+----|----+----|----+----|----+----|----+----|----+----|----+----|-|


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to