-
Notifications
You must be signed in to change notification settings - Fork 7
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
"byte index [number] is not a char boundary; it is inside '[string]' ..." #73
Comments
Do you have an example JSON file I could use where this happened. I suspect it's due to new rust xlsx writer having unicode issues but it's hard to tell from the above. |
@jpmckinney This is an issue in the xlsxwriter library. Have submitted pull request jmcnamara/rust_xlsxwriter#142 to fix it. |
Awesome, thank you! |
@jpmckinney The latest release has the fixed version of rust_xlsxwriter so these issues should be fixed. |
This was fixed in |
@jmcnamara thanks. I will use the new tmpdir feature too when I upgrade as it makes more sense in this library to set the tmp directory to the same place the xlsx is written. |
I occasionally see messages like:
Other examples of the middle message:
The text was updated successfully, but these errors were encountered: