Closed llermaly closed 3 months ago
That's a bug. The latest commit contains a quick fix to skip a cell without content. Please let me know, if this helps you out.
There is a difference between an empty cell in a recently created table and an empty cell after manually remove all characters. The latter will still contain a 'XmlElements.text
to work. I still need to handle this.
Thanks a lot for pointing out!
I'm trying to modify this slide's table:
And having this error:
If I fill the first cell it works, but unfortunately I can't ask the users to modify their pptx.
Is this a bug or expected behavior and what's the way to fix it? I found this issue: https://github.com/singerla/pptx-automizer/issues/76 , but this case seems different because the table is not technically empty, and I don't want to put anything in that position anyways. Could the cell be ignored instead of raising an error maybe?
Thanks!