Home » Apache POI Merging Cells

Apache POI Merging Cells

by Online Tutorials Library

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:

Apache POI Merging Cells

You may also like