public final class XSSFRowShifter extends RowShifter
sheet| Constructor and Description | 
|---|
XSSFRowShifter(XSSFSheet sh)  |  
          
| Modifier and Type | Method and Description | 
|---|---|
void |  
           updateConditionalFormatting(FormulaShifter formulaShifter) 
            
              Update conditional formatting 
             (更新条件格式) 
               |  
          
void |  
           updateFormulas(FormulaShifter formulaShifter) 
            
              Update formulas. 
             (更新公式。) 
               |  
          
void |  
           updateHyperlinks(FormulaShifter formulaShifter) 
            
              Shift the Hyperlink anchors (not the hyperlink text, even if the hyperlink is of type LINK_DOCUMENT and refers to a cell that was shifted). 
             (移动超链接锚点(不是超链接文本,即使超链接的类型为 LINK_DOCUMENT 并且指的是已移动的单元格)。) 
               |  
          
void |  
           updateNamedRanges(FormulaShifter formulaShifter) 
            
              Update named ranges 
             (更新命名范围) 
               |  
          
void |  
           updateRowFormulas(XSSFRow row, FormulaShifter formulaShifter) 
            
              Update the formulas in specified row using the formula shifting policy specified by shifter 
             (使用 shifter 指定的公式移位策略更新指定行中的公式) 
               |  
          
shiftMergedRegions, validateShiftLeftParameters, validateShiftParametersshiftRangepublic XSSFRowShifter(XSSFSheet sh)
public void updateNamedRanges(FormulaShifter formulaShifter)
BaseRowColShifter 
          updateNamedRanges in class  
            BaseRowColShifter 
            (类 BaseRowColShifter 中的 updateNamedRanges) 
           public void updateFormulas(FormulaShifter formulaShifter)
BaseRowColShifter 
          updateFormulas in class  
            BaseRowColShifter 
            (BaseRowColShifter 类中的更新公式) 
           @Internal(since="3.15 beta 2") public void updateRowFormulas(XSSFRow row, FormulaShifter formulaShifter)
row - the row to update the formulas on 
            (row - 更新公式的行) 
           formulaShifter - the formula shifting policy 
            (formulaShifter - 公式转换策略) 
           public void updateConditionalFormatting(FormulaShifter formulaShifter)
BaseRowColShifter 
          updateConditionalFormatting in class  
            BaseRowColShifter 
            (类 BaseRowColShifter 中的 updateConditionalFormatting) 
           formulaShifter - The 
            FormulaShifter to use 
            (formulaShifter - 要使用的 FormulaShifter) 
           public void updateHyperlinks(FormulaShifter formulaShifter)
BaseRowColShifter 
          updateHyperlinks in class  
            BaseRowColShifter 
            (BaseRowColShifter 类中的 updateHyperlinks) 
           formulaShifter - the formula shifting policy 
            (formulaShifter - 公式转换策略) 
           Copyright 2021 The Apache Software Foundation or its licensors, as applicable.