https://bz.apache.org/bugzilla/show_bug.cgi?id=62759

--- Comment #2 from David Gauntt <dmgau...@uab.edu> ---
Created attachment 36567
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36567&action=edit
Patch to XSSFTable.removeColumn()

This patch updates the area reference of the table after removing the column,
and shifts the cells in the table appropriately.

If the column to be removed is the last column, then the cells in the last
column are deleted.  Otherwise, the cells in the column to be removed are
deleted, and the cells to their right are shifted one cell to the left.  In
either case, cells outside the table are unaffected.

Note that this does not update any references to the cells.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to