
Security News
n8n Tops 2025 JavaScript Rising Stars as Workflow Platforms Gain Momentum
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.
Convert a Google Spreadsheet into a table in Markdown. A node.js module, available here and NPM.
Works with both old and new Google Spreadsheets.
You'll need Node.js (and NPM, which in most cases comes bundled with Node.js). To get Node.js (for running JavaScript on servers (and in this case your computer is one)), go to nodejs.org and click the icon that corresponds to your operating system. Install. When it's done, open Terminal (in Mac) or Command Prompt (Win) and proceed:
Globally -g install it so that you can use it anywhere.
npm install -g sheetdown
Use your Spreadsheet url and either run one of these commands to either print the table out to your console, copy it to your computer's clipboard or save it to a file named table.md in the current directory.
Prints to terminal:
sheetdown SPREADSHEETURL
Copies the output (and then you can paste it):
sheetdown SPREADSHEETURL | pbcopy
Save Table as Markdown file
It will save the file table.md in the current working directory, so if you want it to be somewhere specific, navigate yourself there in your terminal.
sheetdown SPREADSHEETURL --save
You'll need an accessible (settings that allow its data to be read) Google Spreadsheet:
git clone https://github.com/jlord/sheetdown.git
cd sheetdown
npm install
FAQs
Convert a Google Spreadsheet into a table in Markdown
The npm package sheetdown receives a total of 8 weekly downloads. As such, sheetdown popularity was classified as not popular.
We found that sheetdown demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.