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

            Bug ID: 58450
           Summary: How to edit table object in Sheet?
           Product: POI
           Version: 3.12-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 33137
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33137&action=edit
increae table row

I need to edit table's AreaReference,for example increase on row. To get this
function I need to edit CTTable object, but the CTTable object not sync in-time
to XSSFTable object. Only the first time XSSFTable object to read CTTable
object, but not the rest of the time.

Example.
One Table with AreaRefernce [B10:F12],edit to [B10:F15].
After edit, with call
org.apache.poi.xssf.usermodel.XSSFTable#getEndCellReference will return [F12]
not new [F15].

Is there possible to add some method to operate this or add one method to clean
the cache(startCellReference,endCellReference fields in XSSFTable)?

-- 
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