bug 58885: fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727777 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e365e9cbac
commit
6c89d062bf
@ -314,7 +314,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet {
|
||||
* with this formula, which may result in a corrupt workbook.
|
||||
*
|
||||
* To check for merged regions overlapping array formulas or other merged regions
|
||||
* after addMergedRegionUnsafe has been called, call {@link #validateArrayFormulas()} and {@link #validateMergedRegions()}
|
||||
* after addMergedRegionUnsafe has been called, call {@link #validateMergedRegions()}, which runs in O(n^2) time.
|
||||
*
|
||||
* @param region to merge
|
||||
* @return index of this region
|
||||
|
Loading…
Reference in New Issue
Block a user