Skip to content
#

Node.js

nodejs logo

Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.

Here are 153,181 public repositories matching this topic...

sheetjs
dlackey
dlackey commented Mar 4, 2022

Writing file with an array of simple objects in an electron environment. Rolled back to ^0.17.0 and it works again.

path ends in .xls

function writeWorkbook(data, path) {
  // Create workbook
  const workbook = xlsx.utils.book_new();
  const worksheet = xlsx.utils.json_to_sheet(data);
  xlsx.utils.book_append_sheet(workbook, worksheet);

  // Write file
  xlsx.writeFile(workbook,
fastify
luismiguelfeijoo
luismiguelfeijoo commented Mar 3, 2022

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the feature has not already been requested

🚀 Feature Proposal

Create a handler or dedicated library to make a fastify app me compatible with the input of an Azure Function

Motivation

No response

Example

No response

Created by Ryan Dahl

Released May 27, 2009

Organization
nodejs
Website
nodejs.org/en
Wikipedia
Wikipedia