Is there any method to read table rows in doc file by using java?
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 meth开发者_JAVA技巧od to read table rows in doc file by using java??
Take a look at Apache POI library. POI helps extracting metadata as well as content fron all Microsoft Office documents and Open Office documents.
精彩评论