Skip to content

Commit 0bddafd

Browse files
authored
Add bilig (#92)
* Add bilig * Tighten bilig feature metadata
1 parent 77fc319 commit 0bddafd

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

data/bilig.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
title: bilig
2+
homeUrl: https://proompteng.github.io/bilig/
3+
demoUrl: https://github.com/proompteng/bilig/tree/main/examples/headless-workpaper
4+
githubRepo: proompteng/bilig
5+
npmPackage: "@bilig/headless"
6+
license: MIT License
7+
revenueModel: Free
8+
description: >
9+
bilig is a headless TypeScript spreadsheet engine and WorkPaper API for Node
10+
services, coding agents, and server-side workbook automation. It supports
11+
formula-backed workbooks, structural edits, persistence round trips,
12+
validation, and readback without opening a browser grid.
13+
frameworks:
14+
vanilla: true
15+
features:
16+
accessible: UI accessibility is up to the embedding application.
17+
copyPaste: Programmatic range copy and paste; no browser clipboard UI.
18+
csvExport: false
19+
customEditors: false
20+
customFormatters: false
21+
draggableRows: false
22+
editable: true
23+
fillDown: false
24+
fillRight: false
25+
filtering: false
26+
formulas: true
27+
freezableCols: false
28+
headless: true
29+
i18n: false
30+
maintained: true
31+
mergeCells: false
32+
openSource: true
33+
pagination: false
34+
pdfExport: false
35+
pivots: false
36+
rangeSelection: false
37+
resizableCols: false
38+
responsive: UI layout is up to the embedding application.
39+
rowGrouping: false
40+
rowPinning: false
41+
rowSelection: false
42+
search: false
43+
serverSide: true
44+
sorting: false
45+
sparklines: false
46+
theming: false
47+
trees: false
48+
typescript: true
49+
xlsxExport: false
50+
virtualization: false

0 commit comments

Comments
 (0)