LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [ExcelJS]
ONLINE
// Z.SHINCHVEN

Rich Text with ExcelJS

ExcelJS is a library to create Excel files in Node.js and the browser. It supports rich text formatting, such as bold, italic, underline, font color, font size, font name, and more. Most tutorials on …

// Z.SHINCHVEN

Create a Spreadsheet with JSON Data Using ExcelJS

ExcelJS is a great JavaScript library to read, manipulate and write spreadsheet data and styles to XLSX and JSON. I've used it multiple times in my work and projects. Here's a digest of how I use it…

// Z.SHINCHVEN

Auto Column Width with ExcelJS

Auto-fit column width with ExcelJS is easy, but it consumes a lot of time if your dataset is large. import ExcelJS, {Worksheet} from "exceljs"; /** * Auto-fit column's width * * @param worksheet {…