OpenXLSX
OpenXLSX copied to clipboard
SUGGESTION: Use std::filesystem::path instead of plain text
Hi, first I want to say that you did an amazing job on this project—it works really well.
I think it would be great if your API could also support filesystem paths.
In my project, I always create a path object and then convert it to a string, for example when using the doc.create method.