Skip to content

Tag: excel

JavaScript

How to read an Excel file in NodeJs

My favourite library for reading, writing, and manipulating Excel files in Node.JS is ExcelJS. In this tutorial, we'll look at how to install the library and how to dynamically read an Excel file.

February 8, 2022
Writing Data to An Excel File in NodeJs
JavaScript

How to Write Data to An Excel file in NodeJS

Excel is a really commonly used spreadsheet program that lots of companies use to transmit data. Finding a really good library that doesn't require Excel to exist on the server can be really hard.

May 12, 2020
Excel Logos
Excel

Programming Excel Using Visual Basic 6

Microsoft provides the ability to programmatically created spreadsheets using Excel. The process isn’t overly complex, but the twist is that the intelisense…

May 4, 2009