OpenXLSX
OpenXLSX copied to clipboard
Support Windows and AmigaOS style paths
File part extraction won't work correctly when using backslashes instead of slashes, as it is the default on Windows. Also, filename extraction won't work on AmigaOS in case the filename comes directly after the drive letter, e.g. T:tempfile. This PR fixes both issues.
Aren't there OS specific flags that can be used to determine the OS platforms? If we wrap the implementation under compiler flags, it might be beneficial?