Copy Table in Excel and Paste as a Markdown Table

Copy a table from Excel or Google Sheets and paste it into the text box below to create a Markdown table. This online tool is made possible by Jonathan Hoyt’s innovative copy-excel-paste-markdown code. I’ve also modified his code to create a version that supports column alignments as explained below. Here are the steps: In Excel or Google Sheets, select a range of cells and press Ctrl+C to copy. Paste (Ctrl+V) into the text box below to create a Markdown table.

Share

Guide to Using Redis with Node.js Released

I just completed a pretty extensive Guide to Using Redis with Node.js.  In this guide, we explore using Redis, a fast in-memory database that persists on disk, in conjunction with Node.js. We work through real examples to help equip you to: Install Redis Use Redis as a standalone tool Build Node.js applications that interact with Redis You can check it out here.

Share