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

--- Comment #4 from Greg Woolsey <greg.wool...@gmail.com> ---
(In reply to Javen O'Neal from comment #3)
> * Do Tables have an entry in the Name Manager or elsewhere?

Looking for a Table the same way you look for a named range returns no matches,
so I don't think they are referenced in any similar fashion in the OOXML or
POI.  Excel appears to do its own thing combining them into the same Edit Names
dialog - my guess it was an expedient hack to reuse existing UI code.

> * Is there any way to reference a table without having the table object
> besides creating a new class (TableReference) or falling back to a String
> for the table name and the Workbook that contains a table with that name?

Not that I can see.

> If not, having createPivotTable(Table, ...) is fine.

I'll work up a patch with the suggestions I made in this issue.  Been on
vacation, have another one coming up, we'll see how much I get done this week
on this front and others.

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