You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Getting Attribute error when trying to use the new feature batch_merge inside a created worksheet. Error text: AttributeError: 'Worksheet' object has no attribute 'batch_merge'
To Reproduce
Steps to reproduce the behavior:
Create a list of dictionaries (ex, name merge_request) with keys 'range' and 'mergeType'
Pass it to the worksheet variable: worksheet.batch_merge(merge_request)
Recieve AttributeError
Expected behavior
All of my selected ranges to be merged with one call.
Describe the bug
Getting Attribute error when trying to use the new feature batch_merge inside a created worksheet. Error text: AttributeError: 'Worksheet' object has no attribute 'batch_merge'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All of my selected ranges to be merged with one call.
Code example*
https://pastebin.com/jZLTrZwP
Environment info:
The text was updated successfully, but these errors were encountered: