@Beta public final class XSSFColumnShifter extends ColumnShifter
sheet| Constructor and Description | 
|---|
XSSFColumnShifter(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 
             (更新命名范围) 
               |  
          
shiftColumns, shiftMergedRegionsshiftRangepublic XSSFColumnShifter(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 类中的更新公式) 
           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.