View Single Post
  #1   Report Post  
Alpesh Patel
 
Posts: n/a
Default how do i determine end of table in MS word file?

I have to parse (in JSP) word file which contains multiple tables of same
format.
For that i need to know the character which indicates end of the table so
that i can stop reading the current table and start reading with next table.
I can not put separators in between tables , so i have to use end ot table
character.

This is an urgent problem , pls reply soon.
Any help will be appreciated!!!