API for Handing Word Document

D

Dips

Can anyone tell me what are the API's used for handling unstructured
data i.e data in word or excel files
 
M

Matt Humphrey

Dips said:
Can anyone tell me what are the API's used for handling unstructured
data i.e data in word or excel files

Data in word and excel files is highly structured. There are some tools for
getting at it, but it's generally not easy to get to from Java.
http://groups-beta.google.com/group/comp.programming/browse_thread/thread/17
286030326ea233/b19148f6eefa25d2?q=%22microsoft+word%22+java&rnum=1#b19148f6e
efa25d2

also http://www.ezjcom.com/google.html

There is more on Google.

Cheers,
Matt Humphrey (e-mail address removed) http://www.iviz.com/
 
A

alan

Can't JDBC get into Excel spreadsheets?

I think the MS Jet database engine has a driver for text files, which
would make it possible if you export to CSV.

I always get to Excel by saving as CSV, then parsing the CSV. I've got the
parse algorithm, with quote escaping and CRLF considerations, if anyone
wants it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top