Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How should I read tables in doc file by using java. In my doc document there is a large table and I wanna seperate this table row by row. Is there any method to read table rows in doc file by using java??

share|improve this question
Do you mean the Microsoft .doc format? – Thomas Sep 8 '11 at 13:07

1 Answer

up vote 1 down vote accepted

Take a look at Apache POI library. POI helps extracting metadata as well as content fron all Microsoft Office documents and Open Office documents.

share|improve this answer
I know that library but i cannot sepetare rows of table in doc file. is there any method to read rows of table? – walkingDead Sep 8 '11 at 13:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.