| Author |
Replace table column value in Apache POI
|
John de Asis
Greenhorn
Joined: Jan 13, 2011
Posts: 2
|
|
I am using apache POI 3.7. I am trying to replace the value of a table column in a word document (docx). However, what I have done is it keeps appending the value of the current value in the document. But if a table column value is null, it places the value. Can you give me some thoughts how to resolve this. Below is the code I have done so far.
Thanks in advance.
|
 |
 |
|
|
subject: Replace table column value in Apache POI
|
|
|