Hi Marco.

If you download OOo and install it you've several sample code. From this
you can start and add further things. For such things you've to search a
lot in an avalanche of documentation in the internet. The programming at
low level is similar to COM programming in C++ (although it's called UNO
there and more platform independent i.e. not just Windows platforms).
After a few weeks of big effort you might already have a basis on higher
level which you can use to easily perform a lot of work.

For detail help use the sc-dev list ([EMAIL PROTECTED]).
They're focussed on the Excel pendant (spreadsheet) which can read Excel
files. It also can read from and write to Excel. The reactions are quite
good if you don't always ask absolutely simple questions.

Regards,        Karl-Heinz.


-----Ursprüngliche Nachricht-----
Von: Marko Asplund [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 9. Juni 2005 11:06
An: POI Users List
Betreff: Re: AW: comparison between POI API and JExcel


On 2005-06-02, at 11.39, KHZ (SAW) wrote:

> If you use the POI user model the whole workbook is read in at once  
> and
> thus consumes a lot of memory. If you use the event model you can  
> avoid
> this but you'll have more other work.
>
> A further alternative would be OpenOffice.org. There you fetch what  
> you
> need.

can you give any pointers on how to programmatically process MS Excel  
spreadsheets from Java using OpenOffice.org?

br. aspa

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to