From a26d461c8d3bf0c3d40119d8ca01c13deeb811b8 Mon Sep 17 00:00:00 2001 From: abel Date: Wed, 1 Jun 2022 11:24:24 +0800 Subject: [PATCH] =?UTF-8?q?BI-105913=20BI=E5=AF=BC=E5=87=BA=E6=80=A7?= =?UTF-8?q?=E8=83=BD=E9=97=AE=E9=A2=98,valueof=E7=9A=84=E6=80=A7=E8=83=BD?= =?UTF-8?q?=E6=AF=94=E8=BE=83=E4=BD=8E,=E5=A4=A7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=87=8F=E4=BC=9A=E6=AF=94=E8=BE=83=E6=85=A2=EF=BC=8C=E8=BF=99?= =?UTF-8?q?=E6=98=AF=E4=B9=8B=E5=89=8D10.0=E5=AE=9A=E5=88=B6=E7=9A=84?= =?UTF-8?q?=E5=86=85=E5=AE=B9=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fr/third/v2/org/apache/poi/xssf/usermodel/XSSFSheet.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fine-poi/src/main/java/com/fr/third/v2/org/apache/poi/xssf/usermodel/XSSFSheet.java b/fine-poi/src/main/java/com/fr/third/v2/org/apache/poi/xssf/usermodel/XSSFSheet.java index 750635c6d..143fe60cf 100644 --- a/fine-poi/src/main/java/com/fr/third/v2/org/apache/poi/xssf/usermodel/XSSFSheet.java +++ b/fine-poi/src/main/java/com/fr/third/v2/org/apache/poi/xssf/usermodel/XSSFSheet.java @@ -408,10 +408,6 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet { // throw IllegalStateException if the argument CellRangeAddress intersects with // a multi-cell array formula defined in this sheet 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();