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

Error reading an XLS file #476

Open
Nic0w opened this issue Oct 29, 2024 · 2 comments
Open

Error reading an XLS file #476

Nic0w opened this issue Oct 29, 2024 · 2 comments

Comments

@Nic0w
Copy link

Nic0w commented Oct 29, 2024

Hi,

I'm encountering the following error while trying to open an xls file :
called Result::unwrap()on anErr value: Len { expected: 4, found: 3, typ: "string" }

Unfortunately I am unable to provide the offending file as it is a excerpt of my bank account.
The file is generated by my bank's website.

Is there any other way to help troubleshoot the issue ?

Thanks in advance for any help
Regards,

@sftse
Copy link
Contributor

sftse commented Oct 29, 2024

Did you try reducing the case with Libreoffice/MS Office?

Potentially solved by #463

@tafia
Copy link
Owner

tafia commented Nov 15, 2024

Is there any other way to help troubleshoot the issue ?

Could you try adding RUST_LOG=Debug before running it (and maybe edit the output if necessary)? Not sure it'll be enough but this is a first step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Nic0w @tafia @sftse and others