| Author |
reading doc using java
|
kiran cy
Greenhorn
Joined: Aug 24, 2012
Posts: 24
|
|
I have a ms-doc with tables in it, i want to convert the data present in the tables to xml.
First i am trying to extract the data from the doc.
Here is my code
I am not getting any output in the console, even the system.out.println statements are also not giving output..
can anybody tell me what is the error
|
 |
RatiKanta pal
Ranch Hand
Joined: Nov 13, 2011
Posts: 51
|
|
put the whole code in try and stacktrace it..
|
 |
kiran cy
Greenhorn
Joined: Aug 24, 2012
Posts: 24
|
|
Not working.
No output,same like the previous time.
|
 |
RatiKanta pal
Ranch Hand
Joined: Nov 13, 2011
Posts: 51
|
|
Well in that case your code is not entering to main.
Check your running procedure properly .
|
 |
 |
|
|
subject: reading doc using java
|
|
|