xmindltd / xmind-sdk-python

MIT License
428 stars 179 forks source link

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

Open SeekPoint opened 5 years ago

SeekPoint commented 5 years ago

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>