Show and tell: five runnable Node workbook automation examples #213
gregkonush
started this conversation in
Show and tell
Replies: 1 comment
-
|
Update: I added a search-friendly page for these examples: https://proompteng.github.io/bilig/workbook-automation-examples-node.html It keeps the clone/run command and current output snippets in one public page, so it is easier to share as a quick eval path outside GitHub. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I turned the workflow poll into five runnable
@bilig/headlessexamples for Node services.They all live in
examples/headless-workpaper, run without a browser UI, calculate formulas throughWorkPaper, and print deterministic JSON withverified: trueafter computed readback.Examples:
https://github.com/proompteng/bilig/tree/main/examples/headless-workpaper#invoice-totals
https://github.com/proompteng/bilig/tree/main/examples/headless-workpaper#budget-variance-alerts
https://github.com/proompteng/bilig/tree/main/examples/headless-workpaper#subscription-mrr-forecast
https://github.com/proompteng/bilig/tree/main/examples/headless-workpaper#quote-approval-threshold
https://github.com/proompteng/bilig/tree/main/examples/headless-workpaper#fulfillment-capacity-plan
Try them:
git clone https://github.com/proompteng/bilig.git cd bilig/examples/headless-workpaper npm install npm run invoice-totals npm run budget-variance npm run subscription-mrr npm run quote-approval npm run fulfillment-capacityThe point is to make service-side spreadsheet logic inspectable: inputs, formulas, computed values, and the verification result are all available as data instead of screenshots.
Feedback I want:
@bilig/headlesseasier to evaluate in under ten minutes?Beta Was this translation helpful? Give feedback.
All reactions