Package org.zkoss.poi.ss.formula

Examples of org.zkoss.poi.ss.formula.PtgShifter


        // Update any formulas on this sheet that point to
        //  rows which have been moved
        if (tRow <= bRow && lCol <= rCol) {
          int sheetIndex = _workbook.getSheetIndex(this);
          short externSheetIndex = _book.checkExternSheet(sheetIndex, sheetIndex);
          PtgShifter shifter = new PtgShifter(externSheetIndex, tRow, bRow, nRow, lCol, rCol, nCol, SpreadsheetVersion.EXCEL97);
          updateNamesAfterCellShift(shifter);
        }
       
        return shiftedRanges;
    }
View Full Code Here

TOP

Related Classes of org.zkoss.poi.ss.formula.PtgShifter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.