xmind-sdk-python icon indicating copy to clipboard operation
xmind-sdk-python copied to clipboard

AttributeError: 'WorkbookDocument' object has no attribute 'addSheet' from the example.py

Open SeekPoint opened this issue 6 years ago • 0 comments

C:\ub16_prj>python yk-demo-xmind-sdk.py Traceback (most recent call last): File "yk-demo-xmind-sdk.py", line 48, in w.addSheet(s2) # the second sheet is now added to the workbook AttributeError: 'WorkbookDocument' object has no attribute 'addSheet'

C:\ub16_prj>

SeekPoint avatar May 15 '19 01:05 SeekPoint