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

Problem with .xlsx file reading #581

Closed
ozgurnsahin opened this issue Dec 12, 2024 · 3 comments
Closed

Problem with .xlsx file reading #581

ozgurnsahin opened this issue Dec 12, 2024 · 3 comments
Labels
question Further information is requested

Comments

@ozgurnsahin
Copy link

Question

Currently using docling to read .pptx .pdf and .docx files to markdown format but for .xlsx I am getting an error like below

Value error, 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' is not a valid MIME type [type=value_error, input_value='application/vnd.openxmlf...ent.spreadsheetml.sheet', input_type=str]

the following is my code:
source = Path("docs/domain1/as.xlsx")
converter = DocumentConverter()
result = converter.convert(source)

I am new on using docling and to github if I made an error please warn me.

@ozgurnsahin ozgurnsahin added the question Further information is requested label Dec 12, 2024
@AdityaMannu1709
Copy link

os is windows?

@ozgurnsahin
Copy link
Author

Yeah windows 11

@ozgurnsahin
Copy link
Author

solved with docling 2.9.0

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

No branches or pull requests

2 participants