Skip to content
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

Panic when reading unsupported files #45

Open
Joeboy opened this issue Feb 15, 2025 · 3 comments
Open

Panic when reading unsupported files #45

Joeboy opened this issue Feb 15, 2025 · 3 comments
Labels
bug Something isn't working feature request Request a new feature

Comments

@Joeboy
Copy link

Joeboy commented Feb 15, 2025

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.

@shshemi
Copy link
Owner

shshemi commented Feb 15, 2025

Hi,
Producing cleaner errors and output messages is already in the backlog. I planning for implementation before v1.0.0.

@shshemi shshemi added feature request Request a new feature bug Something isn't working labels Feb 16, 2025
@mattly
Copy link

mattly commented Feb 17, 2025

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

@shshemi
Copy link
Owner

shshemi commented Feb 18, 2025

Quite the same story...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature request Request a new feature
Projects
None yet
Development

No branches or pull requests

3 participants