Internal SE tool for generating customer-facing sizing documents from the Excel sizing workbook.
- Go to the hosted app: https://YOUR-ORG.github.io/elastic-sizing-tool/
- Download the Excel template from the same page (or use your own filled-in copy)
- Fill in the blue cells in the Customer Inputs sheet
- Save the Excel file
- Drop it on the web app
- Click Generate PDF or Generate Word
- Reads the sizing Excel workbook (SheetJS)
- Previews the sizing data in the browser
- Generates a professional PDF (jsPDF) or Word document (docx.js)
- Everything runs client-side — no data is uploaded anywhere
| File | Purpose |
|---|---|
index.html |
The generator web app (single file, ~31 KB) |
OnPrem_Sizing_Tool_v3.xlsx |
The sizing template (8 sheets) |
This is a static site — just enable GitHub Pages on the main branch.
- Zero backend — no server, no database, no API calls
- Customer data never leaves the SE's browser
- Libraries load from public CDNs (jsdelivr)
- Safe for internal use with confidential customer data