SumSheet in the browser: Excel-compatible engine, keeps VBA and Power Query. WOPI for Nextcloud.
254
A browser editor over the SumSheet engine (Rust, no LibreOffice or Office inside). An .xlsm goes in with its VBA project, gets edited, comes out with vbaProject.bin byte-identical, and Excel opens it without a repair dialog. Power Query definitions travel with the file. A 400k-formula workbook opens in about 0.1 s.
docker run -d -p 8150:8150 hissih/sumsheet-webhost
Open http://localhost:8150/ . One process per open document.
Works as a WOPI server through the standard Nextcloud Office (richdocuments) app, together with hissih/sumdoc-webhost for documents. Three steps, compose file and nginx config: https://sumoffice.com/nextcloud
.xlsx / .xlsm / .xlsb native; .xls / .ods by import; macros and Power Query are preserved in the browser (queries refresh in the desktop app); one editor per document at a time.
Check what is inside a workbook before you move it (nothing is executed): https://sumoffice.com/check — Site: https://sumoffice.com — Free to run and evaluate; licensing for organizations on the site.
Content type
Image
Digest
sha256:b2289f6fb…
Size
161.3 MB
Last updated
about 5 hours ago
docker pull hissih/sumsheet-webhost