You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/09/23 09:52:26 UTC

[Bug 58450] New: How to edit table object in Sheet?

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: dev@poi.apache.org
          Reporter: jiangguangtao@foxmail.com

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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58450] How to edit table object in Sheet?

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58450

Dominik Stadler <do...@gmx.at> changed:

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58450] How to edit table object in Sheet?

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58450

David North <dt...@corefiling.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from David North <dt...@corefiling.co.uk> ---
Please e-mail usage questions like this to user@poi.apache.org in the first
instance. If after that you have a specific request for a missing method which
you would like added, then raise a bug.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org