
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@bilig/n8n-nodes-workpaper
Advanced tools
This is a Bilig WorkPaper community node for n8n.
@bilig/n8n-nodes-workpaper is published with npm provenance and passes n8n's
community-package scanner. Install it in self-hosted n8n today; n8n Cloud canvas
installation depends on n8n accepting the package through their verified-node
review.
It gives an n8n workflow two spreadsheet-shaped resources:
Use it when an n8n automation needs formula readback without driving Excel, LibreOffice, Google Sheets, or a browser spreadsheet UI.
Install the scoped community node package from n8n:
@bilig/n8n-nodes-workpaper
You can also install it from npm in the n8n environment:
npm install @bilig/n8n-nodes-workpaper
Do not install an unscoped n8n-nodes-workpaper package for Bilig. The scoped
package is the canonical package name.
Posts to:
POST https://bilig.proompteng.ai/api/workpaper/n8n/forecast
Default parameters:
{
"sheetName": "Inputs",
"address": "B3",
"value": 0.4
}
Posts to:
POST https://bilig.proompteng.ai/api/workpaper/n8n/evaluate
Default request shape:
{
"document": {
"format": "bilig.headless.work-paper.document.v1",
"sheets": [
{
"name": "Inputs",
"content": [
["Metric", "Value"],
["Win rate", 0.25]
]
},
{
"name": "Summary",
"content": [
["Metric", "Value"],
["Expected customers", "=Inputs!B2*20"]
]
}
],
"namedExpressions": []
},
"edits": [
{
"cell": "Inputs!B2",
"value": 0.4
}
],
"readCells": "Summary!B2",
"includeUpdatedDocument": true
}
The response includes before, after, and restored readback records plus an
updated WorkPaper document when includeUpdatedDocument is enabled.
The response includes:
{
"verified": true,
"editedCell": "Inputs!B3",
"before": {
"expectedArr": 60000
},
"after": {
"expectedArr": 96000,
"targetGap": 5600
},
"checks": {
"formulasPersisted": true,
"restoredMatchesAfter": true,
"computedOutputChanged": true
}
}
No credentials are required for the public hosted demo endpoint.
Built with the official @n8n/node-cli scaffold. The node is a thin HTTP
integration with no runtime dependencies, matching n8n verification guidance for
community nodes.
Forecast for the hosted smoke test or WorkPaper JSON for a custom
document.Verify Formula Readback or Evaluate Document.Bilig Base URL at your own Bilig
app.B2: qualified opportunitiesB3: win rateB4: average ARRB5: expansion multiplierDocument JSON, Edits JSON, and Read Cells.verified and checks fields as a gate before the workflow
continues.For a no-install workflow, see:
examples/n8n-workpaper-formula-readback/bilig-workpaper-formula-readback.n8n.json
After installing this community node, import the native node workflow:
examples/n8n-workpaper-formula-readback/bilig-workpaper-native-node.n8n.json
That workflow runs both the forecast smoke test and the generic WorkPaper JSON operation through the actual Bilig WorkPaper node.
0.2.1: remove premature n8n Cloud verification wording before Creator
Portal review.0.2.0: add a generic WorkPaper JSON evaluation operation for user-owned
documents.0.1.2: align the node codex category with n8n's supported Development
category.0.1.1: publish through the shared trusted-publishing workflow.0.1.0: initial forecast formula-readback action.FAQs
n8n community node for Bilig WorkPaper formula readback.
The npm package @bilig/n8n-nodes-workpaper receives a total of 6 weekly downloads. As such, @bilig/n8n-nodes-workpaper popularity was classified as not popular.
We found that @bilig/n8n-nodes-workpaper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.