89
Apache POI Merging Cells
Apache POI allows us to merge cells into a single cell. To do so, it provides methods which takes cell indexes as argument and merge the cells into a single large cell.
In the following example, we are creating two cells and merging them into a single cell. See the example.
Apache POI Merging Cells Example
Output:
Next TopicApache POI Excel Font