Package org.apache.poi.xssf.usermodel
Class XSSFRangeCopier
java.lang.Object
org.apache.poi.ss.usermodel.RangeCopier
org.apache.poi.xssf.usermodel.XSSFRangeCopier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidadjustCellReferencesInsideFormula(Cell cell, Sheet destSheet, int deltaX, int deltaY) Methods inherited from class org.apache.poi.ss.usermodel.RangeCopier
adjustInBothDirections, cloneCellContent, copyRange
-
Constructor Details
-
XSSFRangeCopier
-
-
Method Details
-
adjustCellReferencesInsideFormula
protected void adjustCellReferencesInsideFormula(Cell cell, Sheet destSheet, int deltaX, int deltaY) - Specified by:
adjustCellReferencesInsideFormulain classRangeCopier
-