docling
docling copied to clipboard
feat: added excel backend
Adding a backend to convert excel workbooks.
Resolves #258.
Checklist:
- [x] Commit Message Formatting: Commit titles and messages follow guidelines in the conventional commits.
- [x] Documentation has been updated, if necessary. -> not necessary
- [x] Examples have been added, if necessary. -> not necessary
- [x] Tests have been added, if necessary.
Merge Protections
Your pull request matches the following merge protections and will not be merged until they are valid.
🟢 Enforce conventional commit
Wonderful, this rule succeeded.
Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
- [X]
title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:
🟢 Require two reviewer for test updates
Wonderful, this rule succeeded.
When test data is updated, we require two reviewers
- [X]
#approved-reviews-by >= 2