-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do Excel files not support Chinese path? #724
Comments
I'm not sure which version of xlnt you are using, but if you're using version 1.5.0, you should maybe use the latest commit from the master branch instead. The issue you describe has been fixed by pull request #607 by using |
But when the file name contains Chinese, calling the workbook.load() function does indeed result in an error: std::range_error。 |
As discussed in issue #748, this repo has been unmaintained for several years. In order to continue this great project started by tfussell, we have created a new repo to support further development by the community. Furthermore, specifically regarding this issue, I have changed the way Unicode conversions are done in Pull Request xlnt-community#29. So @szfbit could you please clone our new fork, build XLNT using the newest commit of our |
Hello, thank you for your reply! My problem has been solved now, just change the encoding format of the source code from GBK to UTF8. I will continue to monitor the new code repository, keep up the good ! @doomlaur |
error:bad conversion
Do Excel files not support Chinese path?
The text was updated successfully, but these errors were encountered: