|
|
@ -408,10 +408,6 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet { |
|
|
|
// throw IllegalStateException if the argument CellRangeAddress intersects with
|
|
|
|
// throw IllegalStateException if the argument CellRangeAddress intersects with
|
|
|
|
// a multi-cell array formula defined in this sheet
|
|
|
|
// a multi-cell array formula defined in this sheet
|
|
|
|
validateArrayFormulas(region); |
|
|
|
validateArrayFormulas(region); |
|
|
|
|
|
|
|
|
|
|
|
// Throw IllegalStateException if the argument CellRangeAddress intersects with
|
|
|
|
|
|
|
|
// a merged region already in this sheet
|
|
|
|
|
|
|
|
validateMergedRegions(region); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
CTMergeCells ctMergeCells = worksheet.isSetMergeCells() ? worksheet.getMergeCells() : worksheet.addNewMergeCells(); |
|
|
|
CTMergeCells ctMergeCells = worksheet.isSetMergeCells() ? worksheet.getMergeCells() : worksheet.addNewMergeCells(); |
|
|
|