Mac Catalina
0.17.1, Office 365, Python 3.8
Describe your issue (incl. Traceback!)
(Similar to #1069 and #215)
When the excel file is saved in OneDrive, ThisWorkbook.FullPath returns a UNC path like:
https://d.docs.live.net/4ffb1cf57289ab33/myproject
instead of:
/users/john/onedrive/myproject
Side issue - the VBA function ToPosixPath() swaps the / and : and converts this to: /https/::d.docs.live.net:4ffb1cf57289ab33:myproject
Even if the OneDrive path was converted correctly it still wouldn't work though, which is the real issue.
This seems to have been resolved for windows (as per #215), but not mac yet?
Not a major issue, can just hard code the path for now, but wanted to raise it just in case anyone else has same issue or knows a fix.
Mac Catalina
0.17.1, Office 365, Python 3.8
Describe your issue (incl. Traceback!)
(Similar to #1069 and #215)
When the excel file is saved in OneDrive, ThisWorkbook.FullPath returns a UNC path like:
https://d.docs.live.net/4ffb1cf57289ab33/myprojectinstead of:
/users/john/onedrive/myprojectSide issue - the VBA function
ToPosixPath()swaps the / and : and converts this to:/https/::d.docs.live.net:4ffb1cf57289ab33:myprojectEven if the OneDrive path was converted correctly it still wouldn't work though, which is the real issue.
This seems to have been resolved for windows (as per #215), but not mac yet?
Not a major issue, can just hard code the path for now, but wanted to raise it just in case anyone else has same issue or knows a fix.