You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first thing I tried (having not read the instructions properly) was opening a .xlsx file, which panicked at /src/main.rs:43:39 - "invalid utf-8 sequence". Would be nice to handle that a bit more gracefully.
v0.8.4 installed with Cargo.
The text was updated successfully, but these errors were encountered:
I'm getting a similar panic -- found more fields than defined in 'Schema' -- when attempting to open a file that has fewer fields on its first line than exist on subsequent lines
Hi!
The first thing I tried (having not read the instructions properly) was opening a .xlsx file, which panicked at
/src/main.rs:43:39
- "invalid utf-8 sequence". Would be nice to handle that a bit more gracefully.v0.8.4 installed with Cargo.
The text was updated successfully, but these errors were encountered: