Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(main.rs): Validate file extension
- Follow cargo clippy suggestion: - Use `is_some_and` instead of `map_or` to validate the file extension - Print an error message and exit if the file extension is not `.xlsx`
- Loading branch information