Commit 290acbf
committed
fix: PDF rendering in production builds and XLSX formula calculation
PDF: Replace iframe-based PDF rendering with PDF.js canvas rendering.
WebKitGTK (Linux production builds) has no built-in PDF viewer, so
iframes silently failed. Now renders PDFs via pdfjs-dist on all platforms.
XLSX: Add HyperFormula engine and enable sheetStubs for formula cells
with empty cached values. Files generated without pre-computed results
now have their formulas evaluated at display time.1 parent 66a23ab commit 290acbf
11 files changed
Lines changed: 667 additions & 58 deletions
File tree
- src-tauri
- src
- components
- lib/editor
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
0 commit comments