feat(documents): Spreadsheet Viewer — Excel / ODS / CSV - #142
Merged
Conversation
Promote to production: Bahasa Indonesia (/id/) i18n
Promote to production: Digital Legacy Letter (Legacy category)
Promote to production: legacy letter illustrated + Bahasa explainer
Promote to production: UX fixes (categories, mobile navbar, lang switcher, search)
Promote: Bahasa legacy-letter forms
Promote: GA fix + localized header/About + contact email
Promote: Bahasa Dev tool UIs (wave 1)
Promote: Bahasa Image tool UIs (wave 2)
Promote: Bahasa tool UIs — final wave (all 73 tools)
Promote: Bahasa shared UI components
Promote: Bahasa Privacy page
Promote: search locale fix
Promote: Ghost Blog Backup tool
Promote to production: DOCX Viewer + Documents category
Open .xlsx/.xlsm, legacy .xls, OpenDocument .ods and .csv files entirely in the browser — every sheet rendered as a scrollable grid with column letters and row numbers. Cells show their Excel-formatted values (dates, currency, percentages), formulas as last-saved results. Nothing uploaded. Uses the patched SheetJS build (0.20.3, Apache-2.0) from SheetJS's own CDN tarball, not the CVE-affected npm 'xlsx' 0.18.5. The ~500KB engine is a lazy dynamic import and excluded from the PWA precache (workbox globIgnore). Bilingual (EN + ID) UI, SEO and OG. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ubfx4XocHcECaL8twp9zsr
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
goodwebtools | a79858e | Aug 02 2026, 03:40 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
New Spreadsheet Viewer in the Documents category — opens
.xlsx,.xlsm, legacy.xls, OpenDocument.odsand.csvfiles entirely in the browser. Every sheet renders as a scrollable grid with column letters (A, B, C…) and row numbers, sheet tabs for multi-sheet workbooks. Cells show their Excel-formatted values (dates, currency, percentages); formulas show last-saved results. Nothing is uploaded.Security note
Uses the patched SheetJS 0.20.3 (Apache-2.0) installed from SheetJS's own CDN tarball — not the npm registry
xlsx@0.18.5, which carries the CVE-2023-30533 prototype-pollution and CVE-2024-22363 ReDoS advisories.npm auditconfirms our pinned build is not flagged. Bundled same-origin (no external runtime fetch); the ~500KB engine is a lazy dynamic import and excluded from the PWA precache via a workbox globIgnore.Details
src/tools/documents/spreadsheet.lib.ts— pure parse→grid lib (XLSX injected, kept lazy), 14 unit tests (col labels, ragged-row padding, row/col caps, date formatting)src/islands/documents/SpreadsheetViewer.tsx— thin island, dynamic-imports xlsxspreadsheet-viewer(beta); EN + ID SEO + OG/tools/spreadsheet-viewer+/id/...)🤖 Generated with Claude Code