Home » Apache POI Shift Row

Apache POI Shift Row

by Online Tutorials Library

Apache POI Shift Row

To shift row from top to bottom or vice versa, Apache POI provides shiftRows() method to perform rows shifting. This method takes startrow, endrow and number of rows to shift.

Lets see an example to understand the whole shifting procedure.

Apache POI Shift Row Example

Output:

Before shift

Apache POI Shift Row

After shifting one row to top.

Apache POI Shift Row

You may also like