'Write data to an excel sheet on box folder using xlwings

I would like to ask for your opinions and suggestions. Currently, I am writing or updating an excel sheet of an excel file saved on the box folder, however, using openpyxl, it affects the other features of the file such as graphs. Using xlwings, I can write data to it without affecting the file's features, but I was testing it locally. Is it possible to use xlwings to write data in excel saved on box folder? Thank you in advance



Solution 1:[1]

What is a "box" folder? A folder in the cloud? Of course there is a way, we just need many more specifics to understand what you are trying to do.

My "answer" would be to get the workbook, do what you need to, and then save it to the cloud folder.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Eric M