I request help in the combination of cells when creating excel with apache POI, the cells are combined without problem using sheet.addMergedRegion(new CellRangeAddress(0,0,0,1));
, however, it only shows me the values on the left and the values on the right do not take them.