org.weda.report.excel
Class RowsShiftManager

java.lang.Object
  extended by org.weda.report.excel.RowsShiftManager

public class RowsShiftManager
extends java.lang.Object

Author:
Mikhail Titov

Constructor Summary
RowsShiftManager()
           
 
Method Summary
 void shiftRows(org.apache.poi.hssf.usermodel.HSSFSheet sheet, int fromRow, int rowCount)
           
 int translate(org.apache.poi.hssf.usermodel.HSSFSheet sheet, int row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowsShiftManager

public RowsShiftManager()
Method Detail

shiftRows

public void shiftRows(org.apache.poi.hssf.usermodel.HSSFSheet sheet,
                      int fromRow,
                      int rowCount)

translate

public int translate(org.apache.poi.hssf.usermodel.HSSFSheet sheet,
                     int row)


Copyright © 2005-2006 . All Rights Reserved.