https://issues.apache.org/bugzilla/show_bug.cgi?id=56502

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from [email protected] ---
correct Example:


POIFSFileSystem fileSystem = new POIFSFileSystem(new
FileInputStream("lncore-7698_source.xlsx"));

XSSFWorkbook workbook = new XSSFWorkbook(fileSystem);

XSSFSheet sheet = workbook.getSheetAt(0);

sheet.shiftRows(1, sheet.getLastRowNum(), 1);

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to