Copying and mutating row in a .docx table

前端 未结 0 1834
囚心锁ツ
囚心锁ツ 2020-12-14 02:42

I am using Apache POI to process .docx file.

I have .docx with 1 row, 1 column table.

XWPFTable table = document.getTables().get(0);
X         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题