Home > exceljs

Protractor: How to read excel file in node.js? 

To read excel file in nodejs application we required exceljs to be installed. In protractor to read excel file, we need exceljs library along with node and protractor. Here are the steps to install exceljs library. Go to the folder location where you want to install exceljs library. Type npm install exceljs and press

This Article is TAGGED in , , , , . Read more

Protractor: Add data in excel sheet using exceljs in node

Prerequisite:To perform write operation on excel sheet we need node application and exceljs library installed. Below is the code for different write action on excel file. Add sheet to new excel file [crayon-661e89bad4b63055957994/]   Add row in new sheet [crayon-661e89bad4b6b357229949/]   Edit Existing Excel File [crayon-661e89bad4b70523528348/]  

This Article is TAGGED in , , , , . Read more