
Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
On Dec 31, 7:04 pm, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> On Sun, 30 Dec 2007 05:52:30 -0800 (PST), lbrt...@gmail.com wrote,
> quoted or indirectly quoted someone who said :
[quoted text clipped - 6 lines]
> Roedy Green Canadian Mind Products
> The Java Glossaryhttp://mindprod.com
[Roedy's site says:]
> POI is not what I would call developer friendly.
As someone who I went down that path, I concur with Roedy. Like the OP
I was looking for a quick and dirty library to read/convert/write MS
Office docs. I figured that OpenOffice would be an overkill, but then
I realized that OOo already *is* installed in my computers and it has
all the functionality to be remote controlled from Java and many other
languages.
-Ramon
lbrtchx@gmail.com - 01 Jan 2008 18:51 GMT
Thank you very much Ramon!
~
it is nice getting help from someone that had been there before
~
However I tried to find "DocumentConverter.jar" so I could go
~
java -jar DocumentConverter.jar
~
and start tinkering with it, but I couldn't find this library and/or
documentation anywhere
~
http://lxr.go-oo.org/source/api/odk/examples/java/DocumentHandling/DocumentConve
rter.java
~
there is what seems to be a good example, but it needs other packages
I don't see anywhere
~
Could you point me to some comprehensive examples of using the doc
converter?
~
Also I see all examples are from MS Word 97, I hope OO can hande
Windows XP office ones as well
~
Thanks
lbrtchx