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
Note: if the code is embedded via xlwings PRO, it fails (but shouldn't), but can be worked around for the time being by providing a dummy value in the settings for ONEDRIVE_WIN, e.g. %ONEDRIVE%.
mybook.fullname in the Python package hasn't been handled so far which can trip you off if you use it to find files that are next to the workbook
The text was updated successfully, but these errors were encountered:
There are still some issues with SharePoint:
capitalized dummies are "folders" though AAA is probably a "site-collection" ? see https://sharepointmaven.com/the-anatomy-of-a-sharepoint-url/). Also note the German variant to
/Documents
, see also: https://stackoverflow.com/a/65967886/918626This is SharePoint
The issue here is that
AAA/Freigegebene Dokumente/BBB
becomesAAA - BBB
locally. This seems to be aOffice 365 Groups Site Collections
, see: https://sharepointmaven.com/site-collections-sharepoint/Note: if the code is embedded via xlwings PRO, it fails (but shouldn't), but can be worked around for the time being by providing a dummy value in the settings for
ONEDRIVE_WIN
, e.g.%ONEDRIVE%
.mybook.fullname
in the Python package hasn't been handled so far which can trip you off if you use it to find files that are next to the workbookThe text was updated successfully, but these errors were encountered: