Category "exceljs"

Retrieving an xlsx file using http.get() and then loading said file into ExcelJs in Angular

I'm using HTTP GET to retrieve an xlsx file that I then want to load into an ExcelJs workbook. After which I want to add an additional sheet to the workbook and

How to export to excel file from API

Have angular datatable and table contains more than 50k records, if we trying to export to excel taking lot of time and browser is not responding. If possible c

Using ExcelJS, how to read data from excel file using URL?

I have excel file upload in cloud. Using node js when front end pass URL i need to read data from excel file. Below is my code, var workbook = new ExcelJS.Wor

stream huge excel file using exceljs in node

I am using exceljs to stream files. Unfortunately, when file is too large it fires 502 bad gateway error after 2 minutes(I've increased it from 1 minute in ngin

Trying to create excel file from ExcelJs but its give me corrupted file

Below code give me the corrupted file please help. exports.testExcelCreation = async function () { // construct a streaming XLSX workbook writer with st