On Mon, 1 Jul 2002, jabee rah wrote:

> no It will not possible with java , It will be
> possible by vb

What do you mean MS documents or SO documents?

The current JavaMagazin(german) has brought some example
including some StarOffice documents.
http://www.javamagazin.de/itr/ausgaben/psfile/datei/10/office3d20312235dba.zip


> --- Stephan Michels <[EMAIL PROTECTED]> wrote:
> >
> > 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.


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

Reply via email to