Pane hero: xlsx (and other spreadsheets) never get a first-page render — preview formats omit them on both dogfoods #672
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Cordy/Cairn#672
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found by the #656 QA pass (v0.6.247, both dogfoods).
Matrix row: §3 Details pane — "Hero: PDF and office | Select PDF, docx, xlsx | First page rendered (pdf.js / converter), Open badge, click opens editor/raw". Also relevant to §7 "Converter previews".
Steps
_qa: createqa-sheet.xlsxfrom New → Excel, type a few cells in Collabora, and save.GET /api/v1/preview/formats→{"formats":["doc","ppt","odt","odp","rtf","docx","pptx"]}on both files (Gotenberg) and files-bao (Collabora convert-to).Expected: the xlsx first page is rendered, as for docx and pptx.
Seen: an icon box only. Spreadsheets (
xlsx,xls,ods, and probablycsv) are absent from the formats list in both converter dialects, so the hero never asks for a render. Both LibreOffice-backed converters can produce a PDF from spreadsheets, so this looks like a list omission, not a converter limit. (One caveat: a spreadsheet's "first page" may be a poor thumbnail when the print area is large. If the omission is deliberate, the matrix row should say so.)The docx hero on the same host renders through
/api/v1/preview/pdf(PASS).Screenshot:
xlsx-hero-icon.jpg