Table CodeName problem? #4788
Unanswered
DanielDebreczeniNote
asked this question in
Q&A
Replies: 1 comment
-
|
If you upload your spreadsheet here, I can take a look. But, if the table name is correct in Excel, I think you need to take this up with IBM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am facing a tricky problem, which is:
I use Table:
use PhpOffice\PhpSpreadsheet\Worksheet\Table;And in afterSheert method create a table:
The problem, when i open in Excel, i see the table name is correct like this:
The problem is, when it opened a specific application created by IBM, it doesn't see the table name, but Table1, or Table2.
I suspect, it's something similar to sheets' codeName, but i didn't found this kind of property in docs, nor method to change.
Does anybody idea, how to handle it?
Many thanks for helps in advance!
Beta Was this translation helpful? Give feedback.
All reactions