Trying to convert .XLSX into HTML does not work #2026
Replies: 2 comments 1 reply
-
Docling supports .XLSX as an input and HTML as an output, but not all input/output combinations are guaranteed to work. If you see no output or processing display, it's likely the XLSX file isn't being parsed correctly or the conversion isn't supported for your file type. The HTML export only serializes the internal document—if the XLSX-to-document step fails or produces an empty document, the HTML will be empty too, and you won't see errors unless logging is enabled or exceptions are raised elsewhere in your code. To troubleshoot: check that your XLSX file is valid and accessible, try converting a different XLSX file, and enable logging to see if any warnings or errors are being suppressed. If the resulting document is empty, the issue is likely with the XLSX import step, not the HTML export. For more details on supported formats and conversion flow, see this documentation and this discussion. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Hello @enx-github , could you please share the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to convert .XLSX into HTML
This does not work. No output, no processing display. what to do?
Beta Was this translation helpful? Give feedback.
All reactions