bad.robot.excel.row
Class CopyRow
java.lang.Object
bad.robot.excel.row.CopyRow
public class CopyRow
- extends Object
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 |
CopyRow
public CopyRow()
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.