bad.robot.excel.row
Class CopyRow

java.lang.Object
  extended by bad.robot.excel.row.CopyRow

public class CopyRow
extends Object


Constructor Summary
CopyRow()
           
 
Method Summary
static void copyRow(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet, RowIndex from, RowIndex to)
          Copies a row from a row index on the given workbook and sheet to another row index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyRow

public CopyRow()
Method Detail

copyRow

public static void copyRow(org.apache.poi.ss.usermodel.Workbook workbook,
                           org.apache.poi.ss.usermodel.Sheet worksheet,
                           RowIndex from,
                           RowIndex to)
Copies a row from a row index on the given workbook and sheet to another row index. If the destination row is already occupied, shift all rows down to make room.



Copyright © 2013. All Rights Reserved.