Skip to content

Build excel utils & drive uploads downloads using Playwright & ExcelJS NPM package.

Notifications You must be signed in to change notification settings

bhavya4official/exceljsDemo

Repository files navigation

Build excel utils & drive uploads downloads using Playwright & ExcelJS NPM package.

Read, write, and manipulate spreadsheet data and styles to XLSX and JSON files programmatically, using a simple and intuitive API


Initialize npm project (package.json file will be created)

npm init

Install excelJS package/plugin in npm project (node_modules folder will be created with all excelJS dependencies & also save installed package as dependencies in package.json file) [So anyone can import & use project directly]

npm install exceljs

Installs a package as a development dependency and adds it to the package.json file (To update or re-install only the dev dependencies, you must use the --save-dev flag)

npm i <package name> --save-dev 
npm i <pkg> -d

To run js file

node excelDemo.js

About

Build excel utils & drive uploads downloads using Playwright & ExcelJS NPM package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published