Hi Mark,
Can you please provide the clarification for the below points.
1. Is it possible to deselect the checkbox "In the Table properties -
Options, "Automatically resize to fit contents " using Apache POI.
2. Is split cell option is available in POI, I want to add 3 rows inside
It is best to address these questions to the list rather than any one
individual, since that individual may be busy, less familiar with the
subject than others, or don't want to feel burdened by volunteered support.
To answer your questions, everything is possible within POI for XWPF,
though you m
> 4. Is newline(\n) is supported for the XWPFTableCell.
Javadocs
https://poi.apache.org/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableCell.html
Source
https://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFTableCell.java?revision=1746625&view=markup#l432
I don't