You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Christoph Halbig <ha...@googlemail.com> on 2011/08/16 12:14:18 UTC

Altering XSSFCell ColIndex

Hi all,

I'm realtively new to POI (3.8b3).At the moment, I'm trying to alter given
code for HSSF-workbooks in order to use it with XSSF-workbooks.
My problem is that I cannot figure out how to shift whole columns to the
right.
In the original code this is done by the XSSFCell.setCellNum method which i
cannot use for XSSFCells.
Does anyone know a way to solve this?

Thanks in advantage

Christoph