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

Xlsx Chart Sheet Crash #438

Closed
Tim-Kracht opened this issue May 22, 2024 · 0 comments · Fixed by #450
Closed

Xlsx Chart Sheet Crash #438

Tim-Kracht opened this issue May 22, 2024 · 0 comments · Fixed by #450
Labels

Comments

@Tim-Kracht
Copy link

Receive an error opening a chart sheet:

use calamine::{open_workbook, Reader, Xlsx};

fn main() {
    let mut workbook: Xlsx<_> = open_workbook("chart.xlsx").expect("could not open workbook");
    let range = workbook
        .worksheet_range("Chart1")
        .expect("could not open worksheet range");
}
thread 'main' panicked at examples/bug_235.rs:7:10:
could not open worksheet range: XmlEof("sheetData")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

chart.xlsx

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

Successfully merging a pull request may close this issue.

2 participants