tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.6k stars 155 forks source link

Fixes #420 #421

Closed jlondonobo closed 2 months ago

jlondonobo commented 2 months ago

What this PR does

This PR fixes #420.

It assigns id=0 to any non-parsable cell styles.

Tests

Successfully read #420's test file.

tafia commented 2 months ago

Can you add tests?

jlondonobo commented 2 months ago

Can you add tests?

Definitely! I'll work on the tests and update the PR soon.

jlondonobo commented 2 months ago

@tafia, I just added a test to the PR. If you'd like any adjustments please let me know!

tafia commented 2 months ago

Awesome, thanks!