Support forward slash in windows paths
Open
- Dominant language
- C++
- Stars
- 62
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
On windows `read_csv()` supports forward slash or backslash in paths. `read_xlsx()` currently only accepts backslash. It would be useful to support both on windows in the same way.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the Windows path handling in read_xlsx() with the existing behavior of read_csv(). Verify the change by checking that read_xlsx() accepts both forward-slash and backslash paths on Windows, matching read_csv().
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100