From 24d166af6cb7eeeb5343c5c35486312b9f344562 Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Thu, 7 May 2026 12:13:49 -0700 Subject: [PATCH 1/2] Add bilig --- data/bilig.yml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 data/bilig.yml diff --git a/data/bilig.yml b/data/bilig.yml new file mode 100644 index 0000000..9029ea3 --- /dev/null +++ b/data/bilig.yml @@ -0,0 +1,50 @@ +title: bilig +homeUrl: https://proompteng.github.io/bilig/ +demoUrl: https://github.com/proompteng/bilig/tree/main/examples/headless-workpaper +githubRepo: proompteng/bilig +npmPackage: "@bilig/headless" +license: MIT License +revenueModel: Free +description: > + bilig is a headless TypeScript spreadsheet engine and WorkPaper API for Node + services, coding agents, and server-side workbook automation. It supports + formula-backed workbooks, structural edits, persistence round trips, + validation, and readback without opening a browser grid. +frameworks: + vanilla: true +features: + accessible: UI accessibility is up to the embedding application. + copyPaste: false + csvExport: false + customEditors: false + customFormatters: false + draggableRows: false + editable: true + fillDown: false + fillRight: false + filtering: Metadata support; UI behavior is up to the embedding application. + formulas: true + freezableCols: false + headless: true + i18n: true + maintained: true + mergeCells: Metadata support; UI behavior is up to the embedding application. + openSource: true + pagination: false + pdfExport: false + pivots: Formula support includes PIVOTBY; visual pivot table UI is not included. + rangeSelection: false + resizableCols: false + responsive: UI layout is up to the embedding application. + rowGrouping: false + rowPinning: false + rowSelection: false + search: false + serverSide: true + sorting: Metadata and formula support; UI behavior is up to the embedding application. + sparklines: false + theming: false + trees: false + typescript: true + xlsxExport: false + virtualization: false From 22f36aa450ceeeb20bf64556e64881c3a6ac885c Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Thu, 7 May 2026 12:14:10 -0700 Subject: [PATCH 2/2] Tighten bilig feature metadata --- data/bilig.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/bilig.yml b/data/bilig.yml index 9029ea3..86ac744 100644 --- a/data/bilig.yml +++ b/data/bilig.yml @@ -14,7 +14,7 @@ frameworks: vanilla: true features: accessible: UI accessibility is up to the embedding application. - copyPaste: false + copyPaste: Programmatic range copy and paste; no browser clipboard UI. csvExport: false customEditors: false customFormatters: false @@ -22,17 +22,17 @@ features: editable: true fillDown: false fillRight: false - filtering: Metadata support; UI behavior is up to the embedding application. + filtering: false formulas: true freezableCols: false headless: true - i18n: true + i18n: false maintained: true - mergeCells: Metadata support; UI behavior is up to the embedding application. + mergeCells: false openSource: true pagination: false pdfExport: false - pivots: Formula support includes PIVOTBY; visual pivot table UI is not included. + pivots: false rangeSelection: false resizableCols: false responsive: UI layout is up to the embedding application. @@ -41,7 +41,7 @@ features: rowSelection: false search: false serverSide: true - sorting: Metadata and formula support; UI behavior is up to the embedding application. + sorting: false sparklines: false theming: false trees: false