I'm currently working on a python script where I need to populate multiple tabs within one sheet.
To show some attached code:
e = ethercalc.EtherCalc(hostMachine + "/sheet/")
e.command(destination, ["set A1 text t My Text"])
When I create this calc without a /= (tabs) in front of the URL the command works correcly, the cell A1 populates with MyText. When I create the pad with multiple tabs, it no longer targets cell A1 of Tab 1 correctly and no longer works. If there a way I can target cells by tab, for example Sheet1.A1 Sheet2.B5 etc etc.
Love this API would reallly appreciate any help with this!
Hi all!
I'm currently working on a python script where I need to populate multiple tabs within one sheet.
To show some attached code:
When I create this calc without a /= (tabs) in front of the URL the command works correcly, the cell A1 populates with MyText. When I create the pad with multiple tabs, it no longer targets cell A1 of Tab 1 correctly and no longer works. If there a way I can target cells by tab, for example Sheet1.A1 Sheet2.B5 etc etc.
Love this API would reallly appreciate any help with this!
Cheers David