GerdHoeren
GerdHoeren
Setting a caption throws an exception after creating a table with: table1 = spreadsheet.sheets[tab].add_table("Virtual " + tab, 0, y, 2, 4) [ ... ] table1.caption = str(numRows) + " "...
No rush on fixing this and #84. They are icing on the cake. I'm extracting documentation from 35K lines of C++ and creating a spreadsheet with six sheets, where each...
Thanks for working on this, Jon. I found two issues during my testing: Recall that my Python program reads a template that I create with MacOS numbers. It contains the...
One more observation. I removed my code to set the caption on table1. I reran the Python script and the caption from table0 still showed up! This makes sense from...
[Globals.numbers.zip](https://github.com/user-attachments/files/15916697/Globals.numbers.zip) Hi Jon, here's my template Numbers input file with .zip extension. It's created with Numbers 13.1 -- that's where the MacBook Air I use tops out. As I mentioned...
Hi Jon, I tried version 4.12, but it doesn't work much better than your previous release. I've created a small Python program that demonstrates the issues -- I should have...
Thanks, Jon. v4.12.1 works in my full Python script as well. One remaining issue is that a new table is created with captions **enabled**. Seems like captions should be off...
Thanks for fixing the captions default. Captions now work as expected. You may close this issue. I will characterize the printing overlap issue on tables without captions and create a...
Thanks for reopening his issue, Jon I’m seeing the same overlap in Print Preview when my first table spans several printed pages. I was planning to characterize this defect last...