Jump to content

Pushing a new worksheet in to the existing workbook by another user with write permissions (using spy.push)


Sivaji

Recommended Posts

"Test_Workbook" - created by "UserA" and added "UserB" with all permissions. If "UserB" tries to spy.push(data,metadata,workbook='Test_Workbook', worksheet='test'), it creates a new workbook "Test_Workbook" and the owner is "UserB". Is there a way that "UserB" can push a new worksheet in the existing workbook "Test_Workbook" created by "UserA"?

Link to comment
Share on other sites

  • Seeq Team

Hi Sivaji,

You can supply the workbook ID instead of the workbook name in the spy.push() command. The pushed items will be scoped to the supplied workbook ID and no new workbook will be created. For example:

spy.push(data,metadata,workbook='workbook ID of Test_Workbook', worksheet='test')

I have also replied to your SUP ticket about this same question. 

Regards,

Kin How

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...