{"_id":"jsreport-exceljs","_rev":"8-e5430badd2c3baac2c6f173539d5f456","name":"jsreport-exceljs","dist-tags":{"latest":"4.0.1"},"versions":{"3.7.0":{"name":"jsreport-exceljs","version":"3.7.0","keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"author":{"name":"Guyon Roche","email":"guyon@live.com"},"license":"MIT","_id":"jsreport-exceljs@3.7.0","maintainers":[{"name":"bjrmatos","email":"bjrmatos@gmail.com"}],"homepage":"https://github.com/exceljs/exceljs#readme","bugs":{"url":"https://github.com/exceljs/exceljs/issues"},"dist":{"shasum":"6dc9091a96b5b3c7967e46a5f7da3c2aaa5d9e92","tarball":"https://registry.npmjs.org/jsreport-exceljs/-/jsreport-exceljs-3.7.0.tgz","fileCount":488,"integrity":"sha512-6repcmd9qEcM6EjkgpL5hyvxsGe/AiECaRFIanm1aT8u1+GJsIZTBU2ULFe03Vk66ng2cwW4i5pbiAZ71b38kA==","signatures":[{"sig":"MEUCIQDsc+nJcGyGg/j2PZmcG6z6Hbm3E+zl7Bmf2dyVCWV7SQIgIlfWfIUeshyGmlyedOHOHB4VWqiK2Q0MeficE5q0ENo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9015983,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVUf2CRA9TVsSAnZWagAAO6gQAKKznXT0ac3SQunPEP3h\niJKq+p8PmuZR4UL/ayEIl2caKZ2caUGPavobCgf3UH9+8N0hRHt7HdygvnaT\npdZve+H4pVvlGVvaNhXx1RUoIm5PfF83kfk9cw3pOfxHSzT1uSi0txk8mBy1\nmT7YWUAyObrXhTqjI/dTknxV38ALVeHMh181YCrmD5NWt57YTGruQgHjzn/Z\nbn/Is96Eu/pES8wVd0apEK9nMUqU9jIR/bWhMc7uz9On+e3y+isnwQ1KGVdS\nWt/3H9WV45W0AjmRU6hMz0kjuDNUfaDYQginB6KBwQ+PI/7QIy3L3RGW+TrK\nzdyJGMGrZlgWIzdlJmnAQzWwdZPGdHaQwz4TtbvXBiaIj87+sMUQQlTLZOiy\ncwpdUnXVilqPp2P8wn/qwtEX875UhDRdsJeFDYwTAB+mAcX+tNdnNn5/f+gN\neliuyIgjbSM76TRGhPyn8Xm/OY1oQ+b1WrsB3KSAY4Untx57TMH2Q9y4rWke\nJDrKtRyDvPCrQ3XhzSnKNWdvKIisT6YlcAEJROrnnYoaQHxh4qjHhVvxauCy\nzCHmPxtLTq8Y40dKDloKUzAFqBfoP7u08xCxf/e4OMkzh07VNZxbxrCEThU5\nM9L+qtKDGvzcAwXJNg8zUqOfKL97rzWbg1XhcxoRyzyD1/o+fmbpTrGvdSf2\nQis5\r\n=r9Gz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/exceljs.nodejs.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"./index.d.ts","browser":"./dist/exceljs.min.js","engines":{"node":">=8.3.0"},"gitHead":"6d97a63478505516fe55dfa5c44f89361138c15a","private":false,"scripts":{"lint":"eslint --format node_modules/eslint-friendly-formatter .","test":"npm run test:full","build":"npm run patch:fast-csv && grunt build","clean":"rm -rf build/ && rm -rf dist","lint:fix":"prettier-eslint --write \"**/*.js\"","test:all":"npm run test:native && npm run test:es5","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:full":"npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","preversion":"npm run clean && npm run build && npm run test:all && npm run test:dist","clean-build":"npm run clean && npm run build","lint:staged":"lint-staged","postversion":"git push --no-verify && git push --tags --no-verify","test:manual":"node spec/manual/app.js","test:native":"npm run test:full","test:browser":"if [ ! -f .disable-test-browser ]; then npm run test:jasmine; fi","test:jasmine":"npm run build && grunt jasmine","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","patch:fast-csv":"node _patch-fast-csv.js","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration"},"_npmUser":{"name":"bjrmatos","email":"bjrmatos@gmail.com"},"repository":{"url":"git+https://github.com/exceljs/exceljs.git","type":"git"},"_npmVersion":"6.13.4","description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","directories":{},"lint-staged":{"*.js":["eslint --format node_modules/eslint-friendly-formatter","git add"]},"_nodeVersion":"8.16.0","dependencies":{"sax":"^1.2.4","tmp":"^0.1.0","uuid":"^3.3.3","dayjs":"^1.8.15","jszip":"^3.1.5","xmldom":"0.2.1","archiver":"^3.0.0","fast-csv":"^3.4.0","unzipper":"^0.9.12","streamifier":"0.1.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","grunt":"^1.0.3","husky":"^2.2.0","mocha":"^5.2.0","eslint":"^6.5.1","semver":"^5.6.0","core-js":"^3.2.1","express":"^4.16.4","request":"^2.88.0","babelify":"^10.0.0","chai-xml":"^0.3.2","uglify-js":"^3.4.9","@babel/cli":"^7.6.4","browserify":"^16.5.0","dirty-chai":"^2.0.1","@babel/core":"^7.1.2","@types/node":"^10.12.0","grunt-babel":"^8.0.0","lint-staged":"^8.1.5","memorystream":"^0.3.1","chai-datetime":"^1.5.0","prettier-eslint":"^9.0.0","grunt-browserify":"^5.3.0","@babel/preset-env":"^7.1.0","eslint-plugin-node":"^10.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-watch":"^1.1.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.3","eslint-plugin-import":"^2.18.2","grunt-contrib-uglify":"^4.0.1","grunt-contrib-jasmine":"^2.1.0","eslint-config-prettier":"^6.4.0","eslint-config-airbnb-base":"^14.0.0","eslint-friendly-formatter":"^4.0.1"},"_npmOperationalInternal":{"tmp":"tmp/jsreport-exceljs_3.7.0_1582647285539_0.44574638125482413","host":"s3://npm-registry-packages"}},"3.7.1":{"name":"jsreport-exceljs","version":"3.7.1","keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"author":{"name":"Guyon Roche","email":"guyon@live.com"},"license":"MIT","_id":"jsreport-exceljs@3.7.1","maintainers":[{"name":"pofider","email":"jan.blaha@hotmail.com"},{"name":"bjrmatos","email":"bjrmatos@gmail.com"}],"homepage":"https://github.com/exceljs/exceljs#readme","bugs":{"url":"https://github.com/exceljs/exceljs/issues"},"dist":{"shasum":"8becfd87f1b501abcaa5289fcaf57f95e983de6d","tarball":"https://registry.npmjs.org/jsreport-exceljs/-/jsreport-exceljs-3.7.1.tgz","fileCount":488,"integrity":"sha512-N6wJSv/Z3TplExatVQBSesxRXCbt0PDwqAy7uDGjtOwa46LQM0GJRLb4NHcXHL0kzsIJKQhrE0PHqsE5QUMUXQ==","signatures":[{"sig":"MEUCIQCjnnpszYknRgEPJzXI7oeenxsMWrgfmwJM1izi8/RBsgIgIpvPHArdHHscTpTe+57qEmKmCBGDfdTPfNxIG6e4CP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9016236,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjd12CRA9TVsSAnZWagAAuCAP/RhdyVcXgXTA2sa/swIr\ntzjH231Q3rphiOEDV3uHFBOpy1ki86YxnA1YRoGwgHq7k1MSOM0D5xIwrXhh\nNCVZdP7Z0qctjW3tM7r9xpYDmUQI1Koxp970DZM2Cfjq0rPfX6Y/L9BxuY62\nwbVU6chH9JBRI0EIR69zy42kwzyt9Lq7oaq8j9iuuCHFuIgdgehNJ4RJv47P\nCAS8a8lT7/cKPwUT9mlKkXMCO62WfkM1YK8VkONA3fn05TqXfvRV0vjnko79\nSe/hYvMWfYhVE2gttDCN6p3qnfV//J4s69lnBizonKpD/OvMsaiw+yUu1BuE\nvhi5D7iaDWnuZG7U8UTOL3B3/f8Gwx/Js/X6jht1HKG3aFHUAMFEkJyWcSdo\nuSIgscNfYWnDcOzPHB8vsthdizWihnyf0QaNz1XR2we3fP/pVKr0/IsmPU2+\nn8wmpUngG6q4zWUpgeb/RTUt71Msx6FP/hDz7DN9ZsGwQFpzWxLz6ug6Hlat\nTR4HcuewmM4QhOzB4OWGXEWUlKd5j71RqgHCmbbwK6zYr62epODm8dmlihxv\n0MuezReUZoNZDqi4I+e/3O99Ym01nV+vnYjibCyT60RjYTNz57/aTcZ+sGCL\npiA7h237Fvn18ZdToIhe7LwRODNLE8GSLivmnKvAy0ufxgwDixXT0aE//7U7\n49vW\r\n=1Q1D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/exceljs.nodejs.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"./index.d.ts","browser":"./dist/exceljs.min.js","engines":{"node":">=8.3.0"},"gitHead":"0c2d68854d64e64d64874b9be4991d29d55832e8","private":false,"scripts":{"lint":"eslint --format node_modules/eslint-friendly-formatter .","test":"npm run test:full","build":"npm run patch:fast-csv && grunt build","clean":"rm -rf build/ && rm -rf dist","lint:fix":"prettier-eslint --write \"**/*.js\"","test:all":"npm run test:native && npm run test:es5","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:full":"npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","preversion":"npm run clean && npm run build && npm run test:all && npm run test:dist","clean-build":"npm run clean && npm run build","lint:staged":"lint-staged","postversion":"git push --no-verify && git push --tags --no-verify","test:manual":"node spec/manual/app.js","test:native":"npm run test:full","test:browser":"if [ ! -f .disable-test-browser ]; then npm run test:jasmine; fi","test:jasmine":"npm run build && grunt jasmine","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","patch:fast-csv":"node _patch-fast-csv.js","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration"},"_npmUser":{"name":"bjrmatos","email":"bjrmatos@gmail.com"},"repository":{"url":"git+https://github.com/exceljs/exceljs.git","type":"git"},"_npmVersion":"6.14.8","description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","directories":{},"lint-staged":{"*.js":["eslint --format node_modules/eslint-friendly-formatter","git add"]},"_nodeVersion":"14.12.0","dependencies":{"sax":"^1.2.4","tmp":"^0.1.0","uuid":"^3.3.3","dayjs":"^1.8.15","jszip":"^3.1.5","xmldom":"0.2.1","archiver":"^3.0.0","fast-csv":"^3.4.0","unzipper":"^0.9.12","streamifier":"0.1.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","grunt":"^1.0.3","husky":"^2.2.0","mocha":"^5.2.0","eslint":"^6.5.1","semver":"^5.6.0","core-js":"^3.2.1","express":"^4.16.4","request":"^2.88.0","babelify":"^10.0.0","chai-xml":"^0.3.2","uglify-js":"^3.4.9","@babel/cli":"^7.6.4","browserify":"^16.5.0","dirty-chai":"^2.0.1","@babel/core":"^7.1.2","@types/node":"^10.12.0","grunt-babel":"^8.0.0","lint-staged":"^8.1.5","memorystream":"^0.3.1","chai-datetime":"^1.5.0","prettier-eslint":"^9.0.0","grunt-browserify":"^5.3.0","@babel/preset-env":"^7.1.0","eslint-plugin-node":"^10.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-watch":"^1.1.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.3","eslint-plugin-import":"^2.18.2","grunt-contrib-uglify":"^4.0.1","grunt-contrib-jasmine":"^2.1.0","eslint-config-prettier":"^6.4.0","eslint-config-airbnb-base":"^14.0.0","eslint-friendly-formatter":"^4.0.1"},"_npmOperationalInternal":{"tmp":"tmp/jsreport-exceljs_3.7.1_1603132789884_0.5452752512879724","host":"s3://npm-registry-packages"}},"3.8.0":{"name":"jsreport-exceljs","version":"3.8.0","keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"author":{"name":"Guyon Roche","email":"guyon@live.com"},"license":"MIT","_id":"jsreport-exceljs@3.8.0","maintainers":[{"name":"pofider","email":"jan.blaha@hotmail.com"},{"name":"bjrmatos","email":"bjrmatos@gmail.com"}],"homepage":"https://github.com/exceljs/exceljs#readme","bugs":{"url":"https://github.com/exceljs/exceljs/issues"},"dist":{"shasum":"b9334a0844cf1795818513007b8a6cf87d963a9f","tarball":"https://registry.npmjs.org/jsreport-exceljs/-/jsreport-exceljs-3.8.0.tgz","fileCount":168,"integrity":"sha512-zL5HsaJ4tusfpuW7YKxo0WDeYQC5YsR340f6xhLSPLTDxd+6Lb/+drt5I6FKL2myOlxQye1JyLCFCwK+rylNGw==","signatures":[{"sig":"MEYCIQDYqEMUxhOByM+Z7AdfXB7IgvIPp8kEQYhinljmW1QJRAIhANlQ131vd16w/POD5cc7gqeFSpjbuDpp5R1YHt2JAikk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":737888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHsBECRA9TVsSAnZWagAAQ24P/18Vs0a7HcoPqRF2gXAJ\nhdD6wzQp5iAnU7qfGfEblA+3eUb4tT9XFhK2fFFLoMDkpf2HeRmzN2CkuM+d\n05dbbFbnESkKNWRScx9z2o5PQAzUp4dNJcPmeNQc3zcf/FySFM2waf8N7hXG\nrUXz7qg4J7e53Rxkl7fcVfD+ggfg9+TWku/mAoQVJ/xIgDAEQQo2bMaZL04P\nwg7I0LpRW1evLPwFGtXlOjwem0OQO5vuOsD50JSB0ETmCmRHQ7QDeRjl5yTt\nf5bhF1NiIyZr00joxsX304Afan1DAmtJbu1cpnm0JpGo4qLbEgjW023M5Evh\nboxLqeUiJvz5Em2ab00Ui3dzaGJ+iEUUGUnS/NZZWK4dKgfGitOBW2DRehi/\nBWEysoEN3bd7KNTls25PSjWS0REtGvpY/UXYjr3rYpeDjO84A4w8mQDGhzdY\nv5OFGJ+bJ02iBlIvrCnCnGH57N3mWhQCJcJuWB4dxlhv/pf1GD9EKcr9Lad3\n4ujgjOSeaS8cxv2A0N5xARkYGlErGaEUiGq0jo+0odp4CdhKrtoqyu/IJMh0\nG3gqAYz+YBag8urhjBIcSW8TYHq4DOfFsyrJ+ZvESscl2Oy+g0tItV526hK3\nKLdNrNvyn6XgMpXmM7e8sqS1aSTi4brDi7G/jCDM1c6AbP2m9WHYBn1haCgx\n3voC\r\n=gVrm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/exceljs.nodejs.js","types":"./index.d.ts","browser":"./dist/exceljs.min.js","engines":{"node":">=8.3.0"},"gitHead":"46afd07b90fdd87c3f9fd97727040ef79953dcb5","private":false,"scripts":{"lint":"eslint --format node_modules/eslint-friendly-formatter .","test":"npm run test:full","build":"npm run patch:fast-csv && grunt build","clean":"rm -rf build/ && rm -rf dist","lint:fix":"prettier-eslint --write \"**/*.js\"","test:all":"npm run test:native && npm run test:es5","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:full":"npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","preversion":"npm run clean && npm run build && npm run test:all && npm run test:dist","clean-build":"npm run clean && npm run build","lint:staged":"lint-staged","postversion":"git push --no-verify && git push --tags --no-verify","test:manual":"node spec/manual/app.js","test:native":"npm run test:full","test:browser":"if [ ! -f .disable-test-browser ]; then npm run test:jasmine; fi","test:jasmine":"npm run build && grunt jasmine","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","patch:fast-csv":"node _patch-fast-csv.js","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration"},"_npmUser":{"name":"pofider","email":"jan.blaha@hotmail.com"},"repository":{"url":"git+https://github.com/exceljs/exceljs.git","type":"git"},"_npmVersion":"6.14.13","description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","directories":{},"_nodeVersion":"14.17.0","dependencies":{"sax":"^1.2.4","tmp":"^0.1.0","uuid":"^3.3.3","dayjs":"^1.8.15","jszip":"3.7.1","archiver":"5.3.0","fast-csv":"4.3.6","unzipper":"0.10.11","streamifier":"0.1.1","@xmldom/xmldom":"0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","grunt":"^1.0.3","husky":"^2.2.0","mocha":"^5.2.0","eslint":"^6.5.1","semver":"^5.6.0","core-js":"^3.2.1","express":"^4.16.4","request":"^2.88.0","babelify":"^10.0.0","chai-xml":"^0.3.2","uglify-js":"^3.4.9","@babel/cli":"^7.6.4","browserify":"^16.5.0","dirty-chai":"^2.0.1","@babel/core":"^7.1.2","@types/node":"^10.12.0","grunt-babel":"^8.0.0","lint-staged":"^8.1.5","memorystream":"^0.3.1","chai-datetime":"^1.5.0","prettier-eslint":"^9.0.0","grunt-browserify":"^5.3.0","@babel/preset-env":"^7.1.0","eslint-plugin-node":"^10.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-watch":"^1.1.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.3","eslint-plugin-import":"^2.18.2","grunt-contrib-uglify":"^4.0.1","grunt-contrib-jasmine":"^2.1.0","eslint-config-prettier":"^6.4.0","eslint-config-airbnb-base":"^14.0.0","eslint-friendly-formatter":"^4.0.1"},"_npmOperationalInternal":{"tmp":"tmp/jsreport-exceljs_3.8.0_1629405251926_0.07128616462966653","host":"s3://npm-registry-packages"}},"3.8.1":{"name":"jsreport-exceljs","version":"3.8.1","keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"author":{"name":"Guyon Roche","email":"guyon@live.com"},"license":"MIT","_id":"jsreport-exceljs@3.8.1","maintainers":[{"name":"pofider","email":"jan.blaha@hotmail.com"},{"name":"bjrmatos","email":"bjrmatos@gmail.com"}],"homepage":"https://github.com/exceljs/exceljs#readme","bugs":{"url":"https://github.com/exceljs/exceljs/issues"},"dist":{"shasum":"4f9da082b3cdea3742bca2fab912fff72162afb4","tarball":"https://registry.npmjs.org/jsreport-exceljs/-/jsreport-exceljs-3.8.1.tgz","fileCount":488,"integrity":"sha512-FzoNshYY5JKNXvufws3ILVmCUrT95K1/Q7C04yY0Hb2mL0lbHKAhDv70NhylQKPjfrDfY57LYlmhJZ3oPZ1TdQ==","signatures":[{"sig":"MEYCIQDua9n+zaGb34RwfVTsxi8j7rdNo7fX9rEYNht4AzZTdgIhAL2rqRyXKb6dt0MUQKRZZmz7KYVxJEF+KrIqXBOJls7t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9016052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6u7cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQzhAAnLGqSggU4YmqEJ8O9o9k7elGG9H4HeMhG7AbG1XDbCJC7xoa\r\nzdtfdscqmg/Nh7oySf5oc3g+MgIlmXQSdHqctvFxrkzDcv48N2D+O9U7aLJE\r\nOffKTTfWnckRXWuuFOVxJoL6UbJ8grUKsokx4/S61FD9mGvnjH0z6Ex9mtcR\r\n8AyZQDMAUE21V0yLDCla2VlBWyfrpqPCRZDMlsThWyuNO8cLEwF5XFz/I+MU\r\nw+VpXo2UKcxkqr51o8YVWNWVl/K0z00TGmBMkkeCXwPc+VbzJYxq3OQE9LP0\r\n/L4gF13DUms1t8xfJBzX6Ml3jOQ9W/BZVwxkZvkktwNdRevZJ/HbkwIFsMFr\r\nrry0jP+jIIx+5AFOver45Is3YUKeK4j68ujWUU3x0oL4D76sy1eRxhOyUSC9\r\noxZG6ykK4VRZH+ZkfYnl8qAETcd+ue/5OjvJNclqTsZiFj4wvLuStNnL/Wb+\r\n9cT/24GA7rv20vdste2yENIcl8hi2UTdb8VsdHnscrUWB+NhPeeH9B4JP2/x\r\n3HuzokIQHqh2suKnwcbBMrtaeTnJLIVdb8U4iETrKWuqpZAeLWvAYijYR3fy\r\nqcJPCGOnOzFxtVkrL0J4a7Rtcs0nZFhXWqTSZHCZUywmvESOhI0Zvaw2/Vas\r\nIH4CTMXTrpvkM5NoL+PGc9CmlnXjx+RFbk0=\r\n=rS+p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/exceljs.nodejs.js","types":"./index.d.ts","browser":"./dist/exceljs.min.js","engines":{"node":">=8.3.0"},"gitHead":"025f76267adcad128a6c46cfb011540b4929a483","private":false,"scripts":{"lint":"eslint --format node_modules/eslint-friendly-formatter .","test":"npm run test:full","build":"npm run patch:fast-csv && grunt build","clean":"rm -rf build/ && rm -rf dist","lint:fix":"prettier-eslint --write \"**/*.js\"","test:all":"npm run test:native && npm run test:es5","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:full":"npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","preversion":"npm run clean && npm run build && npm run test:all && npm run test:dist","clean-build":"npm run clean && npm run build","lint:staged":"lint-staged","postversion":"git push --no-verify && git push --tags --no-verify","test:manual":"node spec/manual/app.js","test:native":"npm run test:full","test:browser":"if [ ! -f .disable-test-browser ]; then npm run test:jasmine; fi","test:jasmine":"npm run build && grunt jasmine","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","patch:fast-csv":"node _patch-fast-csv.js","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration"},"_npmUser":{"name":"bjrmatos","email":"bjrmatos@gmail.com"},"repository":{"url":"git+https://github.com/exceljs/exceljs.git","type":"git"},"_npmVersion":"8.12.2","description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","directories":{},"_nodeVersion":"16.15.1","dependencies":{"sax":"^1.2.4","tmp":"^0.1.0","uuid":"^3.3.3","dayjs":"^1.8.15","jszip":"3.7.1","archiver":"5.3.1","fast-csv":"4.3.6","unzipper":"0.10.11","streamifier":"0.1.1","@xmldom/xmldom":"0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","grunt":"^1.0.3","husky":"^2.2.0","mocha":"^5.2.0","eslint":"^6.5.1","semver":"^5.6.0","core-js":"^3.2.1","express":"^4.16.4","request":"^2.88.0","babelify":"^10.0.0","chai-xml":"^0.3.2","uglify-js":"^3.4.9","@babel/cli":"^7.6.4","browserify":"^16.5.0","dirty-chai":"^2.0.1","@babel/core":"^7.1.2","@types/node":"^10.12.0","grunt-babel":"^8.0.0","lint-staged":"^8.1.5","memorystream":"^0.3.1","chai-datetime":"^1.5.0","prettier-eslint":"^9.0.0","grunt-browserify":"^5.3.0","@babel/preset-env":"^7.1.0","eslint-plugin-node":"^10.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-watch":"^1.1.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.3","eslint-plugin-import":"^2.18.2","grunt-contrib-uglify":"^4.0.1","grunt-contrib-jasmine":"^2.1.0","eslint-config-prettier":"^6.4.0","eslint-config-airbnb-base":"^14.0.0","eslint-friendly-formatter":"^4.0.1"},"_npmOperationalInternal":{"tmp":"tmp/jsreport-exceljs_3.8.1_1659563740363_0.3211421697552084","host":"s3://npm-registry-packages"}},"3.8.2":{"name":"jsreport-exceljs","version":"3.8.2","keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"author":{"name":"Guyon Roche","email":"guyon@live.com"},"license":"MIT","_id":"jsreport-exceljs@3.8.2","maintainers":[{"name":"pofider","email":"jan.blaha@hotmail.com"},{"name":"bjrmatos","email":"bjrmatos@gmail.com"}],"homepage":"https://github.com/exceljs/exceljs#readme","bugs":{"url":"https://github.com/exceljs/exceljs/issues"},"dist":{"shasum":"ea0ce2b8447dc13d33a33dbbc0a871e71abdd4e1","tarball":"https://registry.npmjs.org/jsreport-exceljs/-/jsreport-exceljs-3.8.2.tgz","fileCount":488,"integrity":"sha512-1H0d4cAKqfvUqncDJL6HdGfHIJ0IavS536pU4zCP31UuY2Uq2PCc64m8M7d5O+mL7gU8SL7UH+TyGzQTFltHhg==","signatures":[{"sig":"MEQCIDsJLObhSKOrpIYypA1vp2NNgBUn3Ibi8CoLThbwU5bgAiAZuhyfECqIcjeaSie4fEXzbazeldheHBBcpIEw7ZWLyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9465881,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfCMgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqEqhAAjavm322xh+SGAqzMLqtvYFcIJruJY0mEXy2gfXIkDQFDuyMz\r\nnm/K5KBUI/RXWEHReqHQXs70iLn9Zh0dERJUlvUT/xYoNrDsU+aDrlKBtts/\r\nWQCggh4dKZMcwswz39fGA1SmbtYYcHNMQbzEqnezoZlLJvBLsBKDup1cdSRo\r\nd6BjffJw8hGdADdwzDSXW6QsX/sHLNf7FL1RlMLvzTOW33xqmxpzT9ZSI1FP\r\nWP0btfBDMz38xwPGVueCe4ybeT8C9Tx5woPxpWc0Wp/9QA6FTWGgR93DG1Sx\r\n25Qp9RvCJTey348Kk8kfNEX+Nd3VsQhx9LMlGqGaOGGWE8jGrnRpl+jfWWvg\r\ncRRLo6xb789zpI5VZVM8svR1XvlW95HsJqnmWsGR+1lgGXPMA2YJ44HA5rAK\r\nZtKGqLeTW5zi+U20DfXnjmuSpXf/i2Y0PSUCHDijYKmxFO4Y7azgBcimoRuz\r\nhoeu/nXHvb5s9iIeeZ9udgtbnYvlnGBojT2lbU8cBSx1582yzT6/cIZgE4f0\r\nHkV3M8mUqVp8mdPCd2fdRww0XMClFIJvOHKyUjo1lcgGmvCWbBcxDiAmqwNH\r\njf5E5HDsYIrlNTzMcXfnJiNLX+cjPjkqyBEy7VWWSycth8tzTasIIywzDD07\r\neMG92A99gqRaXtUhzD1dzyT+a30lsknp6IM=\r\n=yOTQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/exceljs.nodejs.js","types":"./index.d.ts","browser":"./dist/exceljs.min.js","engines":{"node":">=8.3.0"},"gitHead":"002f5ec188d123805cd99538f6cd77b1b81e8a51","private":false,"scripts":{"lint":"eslint --format node_modules/eslint-friendly-formatter .","test":"npm run test:full","build":"npm run patch:fast-csv && grunt build","clean":"rm -rf build/ && rm -rf dist","lint:fix":"prettier-eslint --write \"**/*.js\"","test:all":"npm run test:native && npm run test:es5","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:full":"npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","preversion":"npm run clean && npm run build && npm run test:all && npm run test:dist","clean-build":"npm run clean && npm run build","lint:staged":"lint-staged","postversion":"git push --no-verify && git push --tags --no-verify","test:manual":"node spec/manual/app.js","test:native":"npm run test:full","test:browser":"if [ ! -f .disable-test-browser ]; then npm run test:jasmine; fi","test:jasmine":"npm run build && grunt jasmine","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","patch:fast-csv":"node _patch-fast-csv.js","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration"},"_npmUser":{"name":"bjrmatos","email":"bjrmatos@gmail.com"},"repository":{"url":"git+https://github.com/exceljs/exceljs.git","type":"git"},"_npmVersion":"8.12.2","description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","directories":{},"_nodeVersion":"16.15.1","dependencies":{"sax":"^1.2.4","tmp":"^0.1.0","uuid":"^3.3.3","dayjs":"^1.8.15","jszip":"3.7.1","archiver":"5.3.1","fast-csv":"4.3.6","unzipper":"0.10.11","streamifier":"0.1.1","@xmldom/xmldom":"0.8.6"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","grunt":"^1.0.3","husky":"^2.2.0","mocha":"^5.2.0","eslint":"^6.5.1","semver":"^5.6.0","core-js":"^3.2.1","express":"^4.16.4","request":"^2.88.0","babelify":"^10.0.0","chai-xml":"^0.3.2","uglify-js":"^3.4.9","@babel/cli":"^7.6.4","browserify":"^16.5.0","dirty-chai":"^2.0.1","@babel/core":"^7.1.2","@types/node":"^10.12.0","grunt-babel":"^8.0.0","lint-staged":"^8.1.5","memorystream":"^0.3.1","chai-datetime":"^1.5.0","prettier-eslint":"^9.0.0","grunt-browserify":"^5.3.0","@babel/preset-env":"^7.1.0","eslint-plugin-node":"^10.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-watch":"^1.1.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.3","eslint-plugin-import":"^2.18.2","grunt-contrib-uglify":"^4.0.1","grunt-contrib-jasmine":"^2.1.0","eslint-config-prettier":"^6.4.0","eslint-config-airbnb-base":"^14.0.0","eslint-friendly-formatter":"^4.0.1"},"_npmOperationalInternal":{"tmp":"tmp/jsreport-exceljs_3.8.2_1669079840374_0.7734716322151671","host":"s3://npm-registry-packages"}},"3.8.3":{"name":"jsreport-exceljs","version":"3.8.3","keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"author":{"name":"Guyon Roche","email":"guyon@live.com"},"license":"MIT","_id":"jsreport-exceljs@3.8.3","maintainers":[{"name":"pofider","email":"jan.blaha@hotmail.com"},{"name":"bjrmatos","email":"bjrmatos@gmail.com"}],"homepage":"https://github.com/exceljs/exceljs#readme","bugs":{"url":"https://github.com/exceljs/exceljs/issues"},"dist":{"shasum":"0797db35d9a7d681b4fcc81cf0beed2d767f829e","tarball":"https://registry.npmjs.org/jsreport-exceljs/-/jsreport-exceljs-3.8.3.tgz","fileCount":488,"integrity":"sha512-W1TRXXNe+N8amwkhOhBWpx71PWrIx4DkEaJNw7Q9a/EFyH3tJQz+Ip6AZBq0vjKwPtxQjy2Qe+58li8UqcviPQ==","signatures":[{"sig":"MEYCIQDQJb/Qy/uBCVDeiqbpI0sKmGz+LlQQ0kry5bValtCgUQIhALdCngX+JoE/5W0oaHXSezk+ZN/TuXzVz/q9bs78y7JV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9466845,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkKw2ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHTw//YXNF6JqexBLmOmAwScrobmXDvVc9mMRULpNkY6ekv44BVdTf\r\n7cw/oL40KF4xYHUE07EWy5Ku8Oz+Qs5AUYcL9KGUQfZst5j4xwaK2bLwsw4X\r\ngljx82okIOzgn6bgFZPsZ5WTdsDnS87uqtDo0ghiotrJE+3oSaPPOppaf3rN\r\nAnQ7CcfYxrYoe7BumhUsDW7B5trMgF4WDnEHzDh3ZIphBlpJ1e75/vozyO+f\r\nSAC7jtHjCL+BW7WYlqshV+G30Y9WvrWNTPEaMLgi3RthhFjv+hLB6ScgEEgd\r\njZEaie0hpKkXLYBqglamGIwIXj9C2Sb7Jfx06YmJQfq48EK29dDu9ZWvAPkD\r\nNcRhuGzMIaZ4hp7WbWtuI/+QZlOqlG110RYlZTfEfdxw4z6ESLa8haPozJ+V\r\nHKC6iCQeLvodEs6LF+BSOfiPzxLMCM8YkiwF1MMakyNqgLh/+fZ8jfE7Q8dg\r\nhQz7KnftUuBMRg1wB3hNN4exHSRBoZ1zfSlSWYrEakJghJXFxTqXA6QTJ7qo\r\nA//SFH5cskMZB/9tVFpg0niwzgm932TsyzDXXFIEf8jrdomwjanuZIDGq6OB\r\nAeVaBZEKd49+KCvcBAGNT7rr0CzxMrmXIzqnGPslWMkCWMS6XU56fQNlyGCW\r\nRqCQNppkV1Xk46V6vP365+ZQtKu6GyczczI=\r\n=dNiH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/exceljs.nodejs.js","types":"./index.d.ts","browser":"./dist/exceljs.min.js","engines":{"node":">=8.3.0"},"gitHead":"171e49afe17ab3ab648a887e07726ff85930e294","private":false,"scripts":{"lint":"eslint --format node_modules/eslint-friendly-formatter .","test":"npm run test:full","build":"npm run patch:fast-csv && grunt build","clean":"rm -rf build/ && rm -rf dist","lint:fix":"prettier-eslint --write \"**/*.js\"","test:all":"npm run test:native && npm run test:es5","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:full":"npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","preversion":"npm run clean && npm run build && npm run test:all && npm run test:dist","clean-build":"npm run clean && npm run build","lint:staged":"lint-staged","postversion":"git push --no-verify && git push --tags --no-verify","test:manual":"node spec/manual/app.js","test:native":"npm run test:full","test:browser":"if [ ! -f .disable-test-browser ]; then npm run test:jasmine; fi","test:jasmine":"npm run build && grunt jasmine","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","patch:fast-csv":"node _patch-fast-csv.js","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration"},"_npmUser":{"name":"bjrmatos","email":"bjrmatos@gmail.com"},"repository":{"url":"git+https://github.com/exceljs/exceljs.git","type":"git"},"_npmVersion":"9.5.0","description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","directories":{},"_nodeVersion":"18.14.2","dependencies":{"sax":"^1.2.4","tmp":"^0.1.0","uuid":"^3.3.3","dayjs":"^1.8.15","jszip":"3.8.0","archiver":"5.3.1","fast-csv":"4.3.6","unzipper":"0.10.11","streamifier":"0.1.1","@xmldom/xmldom":"0.8.6"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","grunt":"^1.0.3","husky":"^2.2.0","mocha":"^5.2.0","eslint":"^6.5.1","semver":"^5.6.0","core-js":"^3.2.1","express":"^4.16.4","request":"^2.88.0","babelify":"^10.0.0","chai-xml":"^0.3.2","uglify-js":"^3.4.9","@babel/cli":"^7.6.4","browserify":"^16.5.0","dirty-chai":"^2.0.1","@babel/core":"^7.1.2","@types/node":"^10.12.0","grunt-babel":"^8.0.0","lint-staged":"^8.1.5","memorystream":"^0.3.1","chai-datetime":"^1.5.0","prettier-eslint":"^9.0.0","grunt-browserify":"^5.3.0","@babel/preset-env":"^7.1.0","eslint-plugin-node":"^10.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-watch":"^1.1.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.3","eslint-plugin-import":"^2.18.2","grunt-contrib-uglify":"^4.0.1","grunt-contrib-jasmine":"^2.1.0","eslint-config-prettier":"^6.4.0","eslint-config-airbnb-base":"^14.0.0","eslint-friendly-formatter":"^4.0.1"},"_npmOperationalInternal":{"tmp":"tmp/jsreport-exceljs_3.8.3_1680543128660_0.7021523364688724","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"jsreport-exceljs","version":"4.0.0","keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"author":{"name":"Guyon Roche","email":"guyon@live.com"},"license":"MIT","_id":"jsreport-exceljs@4.0.0","maintainers":[{"name":"pofider","email":"jan.blaha@hotmail.com"},{"name":"bjrmatos","email":"bjrmatos@gmail.com"}],"homepage":"https://github.com/exceljs/exceljs#readme","bugs":{"url":"https://github.com/exceljs/exceljs/issues"},"dist":{"shasum":"d4f56c361ff24ac56e6e52efcc18b1ab5d9d472b","tarball":"https://registry.npmjs.org/jsreport-exceljs/-/jsreport-exceljs-4.0.0.tgz","fileCount":488,"integrity":"sha512-DShDcnGzJxoewbxaTxfVO3zS8KbCO1XXL6uSSzTqWb8k45Rsejis5qqhEPPMPNhBSwLsMw5ozzut8MxnnGwr1A==","signatures":[{"sig":"MEUCIQCb0jqyZ774cZXFm8q8qRC/Qylig3D1Y5pSnLN0TOyFIwIgQJcx8qucV1epJJ46iL09ibuR7RUe81kJKc+Nyjy8jSI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9466847},"main":"./lib/exceljs.nodejs.js","types":"./index.d.ts","browser":"./dist/exceljs.min.js","engines":{"node":">=18.15.0"},"gitHead":"171e49afe17ab3ab648a887e07726ff85930e294","private":false,"scripts":{"lint":"eslint --format node_modules/eslint-friendly-formatter .","test":"npm run test:full","build":"npm run patch:fast-csv && grunt build","clean":"rm -rf build/ && rm -rf dist","lint:fix":"prettier-eslint --write \"**/*.js\"","test:all":"npm run test:native && npm run test:es5","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:full":"npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","preversion":"npm run clean && npm run build && npm run test:all && npm run test:dist","clean-build":"npm run clean && npm run build","lint:staged":"lint-staged","postversion":"git push --no-verify && git push --tags --no-verify","test:manual":"node spec/manual/app.js","test:native":"npm run test:full","test:browser":"if [ ! -f .disable-test-browser ]; then npm run test:jasmine; fi","test:jasmine":"npm run build && grunt jasmine","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","patch:fast-csv":"node _patch-fast-csv.js","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration"},"_npmUser":{"name":"bjrmatos","email":"bjrmatos@gmail.com"},"repository":{"url":"git+https://github.com/exceljs/exceljs.git","type":"git"},"_npmVersion":"9.5.0","description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","directories":{},"_nodeVersion":"18.15.0","dependencies":{"sax":"^1.2.4","tmp":"^0.1.0","uuid":"^3.3.3","dayjs":"^1.8.15","jszip":"3.8.0","archiver":"7.0.1","fast-csv":"4.3.6","unzipper":"0.10.11","streamifier":"0.1.1","@xmldom/xmldom":"0.8.6"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","grunt":"^1.0.3","husky":"^2.2.0","mocha":"^5.2.0","eslint":"^6.5.1","semver":"^5.6.0","core-js":"^3.2.1","express":"^4.16.4","request":"^2.88.0","babelify":"^10.0.0","chai-xml":"^0.3.2","uglify-js":"^3.4.9","@babel/cli":"^7.6.4","browserify":"^16.5.0","dirty-chai":"^2.0.1","@babel/core":"^7.1.2","@types/node":"^10.12.0","grunt-babel":"^8.0.0","lint-staged":"^8.1.5","memorystream":"^0.3.1","chai-datetime":"^1.5.0","prettier-eslint":"^9.0.0","grunt-browserify":"^5.3.0","@babel/preset-env":"^7.1.0","eslint-plugin-node":"^10.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-watch":"^1.1.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.3","eslint-plugin-import":"^2.18.2","grunt-contrib-uglify":"^4.0.1","grunt-contrib-jasmine":"^2.1.0","eslint-config-prettier":"^6.4.0","eslint-config-airbnb-base":"^14.0.0","eslint-friendly-formatter":"^4.0.1"},"_npmOperationalInternal":{"tmp":"tmp/jsreport-exceljs_4.0.0_1710276057100_0.9374458958949676","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"jsreport-exceljs","version":"4.0.1","private":false,"description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"repository":{"type":"git","url":"git+https://github.com/exceljs/exceljs.git"},"license":"MIT","author":{"name":"Guyon Roche","email":"guyon@live.com"},"main":"./lib/exceljs.nodejs.js","browser":"./dist/exceljs.min.js","types":"./index.d.ts","scripts":{"build":"npm run patch:fast-csv && grunt build","clean":"rm -rf build/ && rm -rf dist","clean-build":"npm run clean && npm run build","lint":"eslint --format node_modules/eslint-friendly-formatter .","lint:fix":"prettier-eslint --write \"**/*.js\"","lint:staged":"lint-staged","patch:fast-csv":"node _patch-fast-csv.js","test":"npm run test:full","test:all":"npm run test:native && npm run test:es5","test:browser":"if [ ! -f .disable-test-browser ]; then npm run test:jasmine; fi","test:dist":"mocha --require spec/config/setup spec/dist --recursive","test:end-to-end":"mocha --require spec/config/setup spec/end-to-end --recursive","test:end-to-end:es5":"export EXCEL_BUILD=es5 && npm run test:end-to-end","test:es5":"export EXCEL_BUILD=es5 && npm run test:full","test:full":"npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser","test:integration":"mocha --require spec/config/setup spec/integration --recursive","test:integration:es5":"export EXCEL_BUILD=es5 && npm run test:integration","test:jasmine":"npm run build && grunt jasmine","test:manual":"node spec/manual/app.js","test:native":"npm run test:full","test:unit":"mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive","test:unit:es5":"export EXCEL_BUILD=es5 && npm run test:unit","preversion":"npm run clean && npm run build && npm run test:all && npm run test:dist","postversion":"git push --no-verify && git push --tags --no-verify"},"dependencies":{"@xmldom/xmldom":"0.8.6","archiver":"7.0.1","dayjs":"^1.8.15","fast-csv":"4.3.6","jszip":"3.8.0","sax":"^1.2.4","streamifier":"0.1.1","tmp":"0.2.3","unzipper":"0.12.3","uuid":"^3.3.3"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.1.2","@babel/preset-env":"^7.1.0","@types/node":"^10.12.0","babelify":"^10.0.0","browserify":"^16.5.0","chai":"^4.2.0","chai-datetime":"^1.5.0","chai-xml":"^0.3.2","core-js":"^3.2.1","dirty-chai":"^2.0.1","eslint":"^6.5.1","eslint-config-airbnb-base":"^14.0.0","eslint-config-prettier":"^6.4.0","eslint-friendly-formatter":"^4.0.1","eslint-plugin-import":"^2.18.2","eslint-plugin-node":"^10.0.0","express":"^4.16.4","grunt":"^1.0.3","grunt-babel":"^8.0.0","grunt-browserify":"^5.3.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-jasmine":"^2.1.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","husky":"^2.2.0","lint-staged":"^8.1.5","memorystream":"^0.3.1","mocha":"10.3.0","prettier-eslint":"^9.0.0","prettier-eslint-cli":"^5.0.0","regenerator-runtime":"^0.13.3","request":"^2.88.0","semver":"^5.6.0","uglify-js":"^3.4.9"},"engines":{"node":">=18.15.0"},"_id":"jsreport-exceljs@4.0.1","gitHead":"2759c4283cb26403e282b9bb26585fa7ff26ade1","bugs":{"url":"https://github.com/exceljs/exceljs/issues"},"homepage":"https://github.com/exceljs/exceljs#readme","_nodeVersion":"18.20.4","_npmVersion":"10.8.3","dist":{"integrity":"sha512-Ak02N2RHsO6A1EVwhNTzT+NM7Ome7vs5nhRjILABsyyX0H3qCHdVSmN91K5QyvCXIcCIfWe6Pg8Y8FglZHuorw==","shasum":"675fa7e9bb10acf515a07e047340674c85116e6a","tarball":"https://registry.npmjs.org/jsreport-exceljs/-/jsreport-exceljs-4.0.1.tgz","fileCount":488,"unpackedSize":9466842,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG21sZanNO5e/H8rZnMDWFUP5p32tbi/9FQPBh0AlrLNAiBWLRkNfksqCIBxwuvWVvPhTLogTnud/KnTF959jlAQyg=="}]},"_npmUser":{"name":"bjrmatos","email":"bjrmatos@gmail.com"},"directories":{},"maintainers":[{"name":"pofider","email":"jan.blaha@hotmail.com"},{"name":"bjrmatos","email":"bjrmatos@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsreport-exceljs_4.0.1_1730147456217_0.1116788583018482"},"_hasShrinkwrap":false}},"time":{"created":"2020-02-25T16:14:45.538Z","modified":"2024-10-28T20:30:56.871Z","3.7.0":"2020-02-25T16:14:45.787Z","3.7.1":"2020-10-19T18:39:50.090Z","3.8.0":"2021-08-19T20:34:12.152Z","3.8.1":"2022-08-03T21:55:40.694Z","3.8.2":"2022-11-22T01:17:20.630Z","3.8.3":"2023-04-03T17:32:08.998Z","4.0.0":"2024-03-12T20:40:57.420Z","4.0.1":"2024-10-28T20:30:56.685Z"},"bugs":{"url":"https://github.com/exceljs/exceljs/issues"},"author":{"name":"Guyon Roche","email":"guyon@live.com"},"license":"MIT","homepage":"https://github.com/exceljs/exceljs#readme","keywords":["xlsx","json","csv","excel","font","border","fill","number","format","number format","alignment","office","spreadsheet","workbook","defined names","data validations","rich text","in-cell format","outlineLevel","views","frozen","split","pageSetup"],"repository":{"type":"git","url":"git+https://github.com/exceljs/exceljs.git"},"description":"Excel Workbook Manager - Read and Write xlsx and csv Files.","maintainers":[{"name":"pofider","email":"jan.blaha@hotmail.com"},{"name":"bjrmatos","email":"bjrmatos@gmail.com"}],"readme":"# ExcelJS\n\n[![Build Status](https://travis-ci.org/exceljs/exceljs.svg?branch=master)](https://travis-ci.org/exceljs/exceljs)\n[![Code Quality: Javascript](https://img.shields.io/lgtm/grade/javascript/g/exceljs/exceljs.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/exceljs/exceljs/context:javascript)\n[![Total Alerts](https://img.shields.io/lgtm/alerts/g/exceljs/exceljs.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/exceljs/exceljs/alerts)\n\nRead, manipulate and write spreadsheet data and styles to XLSX and JSON.\n\nReverse engineered from Excel spreadsheet files as a project.\n\n# Translations\n\n* [中文文档](README_zh.md)\n\n# Installation\n\n```shell\nnpm install exceljs\n```\n\n# New Features!\n\n<ul>\n  <li>\n    Merged <a href=\"https://github.com/exceljs/exceljs/pull/1076\">Fix Issue #1075: Unable to read/write defaultColWidth attribute in &lt;sheetFormatPr&gt; node #1076</a>.\n    Many thanks to <a href=\"https://github.com/kigh-ota\">Kaiichiro Ota</a> for this contribution.\n  </li>\n  <li>\n    Merged <a href=\"https://github.com/exceljs/exceljs/pull/1078\">function duplicateRows added #1078</a>\n    and <a href=\"https://github.com/exceljs/exceljs/pull/1088\">Duplicate rows #1088</a>.\n    Many thanks to <a href=\"https://github.com/cbeltrangomez84\">cbeltrangomez84</a> for this contribution.\n  </li>\n  <li>\n    Merged <a href=\"https://github.com/exceljs/exceljs/pull/1087\">Prevent from unhandled promise rejection durning workbook load #1087</a>.\n    Many thanks to <a href=\"https://github.com/sohai\">Wojtek</a> for this contribution.\n  </li>\n  <li>\n    Merged <a href=\"https://github.com/exceljs/exceljs/pull/1071\">fix issue #899 Support for inserting pictures with hyperlinks #1071</a>.\n    Many thanks to <a href=\"https://github.com/Alanscut\">Alan Wang</a> for this contribution.\n  </li>\n</ul>\n\n# Contributions\n\nContributions are very welcome! It helps me know what features are desired or what bugs are causing the most pain.\n\nI have just one request; If you submit a pull request for a bugfix, please add a unit-test or integration-test (in the spec folder) that catches the problem.\n Even a PR that just has a failing test is fine - I can analyse what the test is doing and fix the code from that.\n\nNote: Please try to avoid modifying the package version in a PR.\nVersions are updated on release and any change will most likely result in merge collisions.\n\nTo be clear, all contributions added to this library will be included in the library's MIT licence.\n\n# Contents\n\n<ul>\n  <li><a href=\"#importing\">Importing</a></li>\n  <li>\n    <a href=\"#interface\">Interface</a>\n    <ul>\n      <li><a href=\"#create-a-workbook\">Create a Workbook</a></li>\n      <li><a href=\"#set-workbook-properties\">Set Workbook Properties</a></li>\n      <li><a href=\"#workbook-views\">Workbook Views</a></li>\n      <li><a href=\"#add-a-worksheet\">Add a Worksheet</a></li>\n      <li><a href=\"#remove-a-worksheet\">Remove a Worksheet</a></li>\n      <li><a href=\"#access-worksheets\">Access Worksheets</a></li>\n      <li><a href=\"#worksheet-state\">Worksheet State</a></li>\n      <li><a href=\"#worksheet-properties\">Worksheet Properties</a></li>\n      <li><a href=\"#page-setup\">Page Setup</a></li>\n      <li><a href=\"#headers-and-footers\">Headers and Footers</a></li>\n      <li>\n        <a href=\"#worksheet-views\">Worksheet Views</a>\n        <ul>\n          <li><a href=\"#frozen-views\">Frozen Views</a></li>\n          <li><a href=\"#split-views\">Split Views</a></li>\n        </ul>\n      </li>\n      <li><a href=\"#auto-filters\">Auto Filters</a></li>\n      <li><a href=\"#columns\">Columns</a></li>\n      <li><a href=\"#rows\">Rows</a></li>\n      <li><a href=\"#handling-individual-cells\">Handling Individual Cells</a></li>\n      <li><a href=\"#merged-cells\">Merged Cells</a></li>\n      <li><a href=\"#duplicate-a-row\">Duplicate Row</a></li>\n      <li><a href=\"#defined-names\">Defined Names</a></li>\n      <li><a href=\"#data-validations\">Data Validations</a></li>\n      <li><a href=\"#cell-comments\">Cell Comments</a></li>\n      <li><a href=\"#tables\">Tables</a></li>\n      <li><a href=\"#styles\">Styles</a>\n        <ul>\n          <li><a href=\"#number-formats\">Number Formats</a></li>\n          <li><a href=\"#fonts\">Fonts</a></li>\n          <li><a href=\"#alignment\">Alignment</a></li>\n          <li><a href=\"#borders\">Borders</a></li>\n          <li><a href=\"#fills\">Fills</a></li>\n          <li><a href=\"#rich-text\">Rich Text</a></li>\n        </ul>\n      </li>\n      <li><a href=\"#conditional-formatting\">Conditional Formatting</a></li>\n      <li><a href=\"#outline-levels\">Outline Levels</a></li>\n      <li><a href=\"#images\">Images</a></li>\n      <li><a href=\"#sheet-protection\">Sheet Protection</a></li>\n      <li><a href=\"#file-io\">File I/O</a>\n        <ul>\n          <li><a href=\"#xlsx\">XLSX</a>\n            <ul>\n              <li><a href=\"#reading-xlsx\">Reading XLSX</a></li>\n              <li><a href=\"#writing-xlsx\">Writing XLSX</a></li>\n            </ul>\n          </li>\n          <li><a href=\"#csv\">CSV</a>\n            <ul>\n              <li><a href=\"#reading-csv\">Reading CSV</a></li>\n              <li><a href=\"#writing-csv\">Writing CSV</a></li>\n            </ul>\n          </li>\n          <li><a href=\"#streaming-io\">Streaming I/O</a>\n            <ul>\n              <li><a href=\"#reading-csv\">Streaming XLSX</a></li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n  </li>\n  <li><a href=\"#browser\">Browser</a></li>\n  <li>\n    <a href=\"#value-types\">Value Types</a>\n    <ul>\n      <li><a href=\"#null-value\">Null Value</a></li>\n      <li><a href=\"#merge-cell\">Merge Cell</a></li>\n      <li><a href=\"#number-value\">Number Value</a></li>\n      <li><a href=\"#string-value\">String Value</a></li>\n      <li><a href=\"#date-value\">Date Value</a></li>\n      <li><a href=\"#hyperlink-value\">Hyperlink Value</a></li>\n      <li>\n        <a href=\"#formula-value\">Formula Value</a>\n        <ul>\n          <li><a href=\"#shared-formula\">Shared Formula</a></li>\n          <li><a href=\"#formula-type\">Formula Type</a></li>\n          <li><a href=\"#array-formula\">Array Formula</a></li>\n        </ul>\n      </li>\n      <li><a href=\"#rich-text-value\">Rich Text Value</a></li>\n      <li><a href=\"#boolean-value\">Boolean Value</a></li>\n      <li><a href=\"#error-value\">Error Value</a></li>\n    </ul>\n  </li>\n  <li><a href=\"#config\">Config</a></li>\n  <li><a href=\"#known-issues\">Known Issues</a></li>\n  <li><a href=\"#release-history\">Release History</a></li>\n</ul>\n\n# Importing\n\n```javascript\nconst ExcelJS = require('exceljs');\n```\n\n## ES5 Imports\n\nTo use the ES5 transpiled code, use the dist/es5 path.\n\n```javascript\nconst ExcelJS = require('exceljs/dist/es5');\n```\n\n**Note:** The ES5 build has an implicit dependency on a number of polyfills which are no longer\n explicitly added by exceljs.\n You will need to add \"core-js\" and \"regenerator-runtime\" to your dependencies and\n include the following requires in your code before the exceljs import:\n\n```javascript\n// polyfills required by exceljs\nrequire('core-js/modules/es.promise');\nrequire('core-js/modules/es.object.assign');\nrequire('core-js/modules/es.object.keys');\nrequire('regenerator-runtime/runtime');\n\n// ...\n\nconst ExcelJS = require('exceljs/dist/es5');\n```\n\n## Browserify\n\nExcelJS publishes two browserified bundles inside the dist/ folder:\n\nOne with implicit dependencies on core-js polyfills...\n```html\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.js\"></script>\n<script src=\"exceljs.js\"></script>\n```\n\nAnd one without...\n```html\n<script src=\"--your-project's-pollyfills-here--\"></script>\n<script src=\"exceljs.bare.js\"></script>\n```\n\n\n# Interface\n\n## Create a Workbook\n\n```javascript\nvar workbook = new Excel.Workbook();\n```\n\n## Set Workbook Properties\n\n```javascript\nworkbook.creator = 'Me';\nworkbook.lastModifiedBy = 'Her';\nworkbook.created = new Date(1985, 8, 30);\nworkbook.modified = new Date();\nworkbook.lastPrinted = new Date(2016, 9, 27);\n```\n\n```javascript\n// Set workbook dates to 1904 date system\nworkbook.properties.date1904 = true;\n```\n\n## Set Calculation Properties\n\n```javascript\n// Force workbook calculation on load\nworkbook.calcProperties.fullCalcOnLoad = true;\n```\n\n## Workbook Views\n\nThe Workbook views controls how many separate windows Excel will open when viewing the workbook.\n\n```javascript\nworkbook.views = [\n  {\n    x: 0, y: 0, width: 10000, height: 20000,\n    firstSheet: 0, activeTab: 1, visibility: 'visible'\n  }\n]\n```\n\n## Add a Worksheet\n\n```javascript\nvar sheet = workbook.addWorksheet('My Sheet');\n```\n\nUse the second parameter of the addWorksheet function to specify options for the worksheet.\n\nFor Example:\n\n```javascript\n// create a sheet with red tab colour\nvar sheet = workbook.addWorksheet('My Sheet', {properties:{tabColor:{argb:'FFC0000'}}});\n\n// create a sheet where the grid lines are hidden\nvar sheet = workbook.addWorksheet('My Sheet', {properties: {showGridLines: false}});\n\n// create a sheet with the first row and column frozen\nvar sheet = workbook.addWorksheet('My Sheet', {views:[{state: 'frozen', xSplit: 1, ySplit:1}]});\n```\n\n## Remove a Worksheet\n\nUse the worksheet `id` to remove the sheet from workbook.\n\nFor Example:\n\n```javascript\n// Create a worksheet\nvar sheet = workbook.addWorksheet('My Sheet');\n\n// Remove the worksheet using worksheet id\nworkbook.removeWorksheet(sheet.id)\n```\n\n## Access Worksheets\n```javascript\n// Iterate over all sheets\n// Note: workbook.worksheets.forEach will still work but this is better\nworkbook.eachSheet(function(worksheet, sheetId) {\n  // ...\n});\n\n// fetch sheet by name\nvar worksheet = workbook.getWorksheet('My Sheet');\n\n// fetch sheet by id\nvar worksheet = workbook.getWorksheet(1);\n```\n\n## Worksheet State\n\n```javascript\n// make worksheet visible\nworksheet.state = 'visible';\n\n// make worksheet hidden\nworksheet.state = 'hidden';\n\n// make worksheet hidden from 'hide/unhide' dialog\nworksheet.state = 'veryHidden';\n```\n\n## Worksheet Properties\n\nWorksheets support a property bucket to allow control over some features of the worksheet.\n\n```javascript\n// create new sheet with properties\nvar worksheet = workbook.addWorksheet('sheet', {properties:{tabColor:{argb:'FF00FF00'}}});\n\n// create a new sheet writer with properties\nvar worksheetWriter = workbookWriter.addSheet('sheet', {properties:{outlineLevelCol:1}});\n\n// adjust properties afterwards (not supported by worksheet-writer)\nworksheet.properties.outlineLevelCol = 2;\nworksheet.properties.defaultRowHeight = 15;\n```\n\n**Supported Properties**\n\n| Name             | Default    | Description |\n| ---------------- | ---------- | ----------- |\n| tabColor         | undefined  | Color of the tabs |\n| outlineLevelCol  | 0          | The worksheet column outline level |\n| outlineLevelRow  | 0          | The worksheet row outline level |\n| defaultRowHeight | 15         | Default row height |\n| defaultColWidth  | (optional) | Default column width |\n| dyDescent        | 55         | TBD |\n\n### Worksheet Metrics\n\nSome new metrics have been added to Worksheet...\n\n| Name              | Description |\n| ----------------- | ----------- |\n| rowCount          | The total row size of the document. Equal to the row number of the last row that has values. |\n| actualRowCount    | A count of the number of rows that have values. If a mid-document row is empty, it will not be included in the count. |\n| columnCount       | The total column size of the document. Equal to the maximum cell count from all of the rows |\n| actualColumnCount | A count of the number of columns that have values. |\n\n\n## Page Setup\n\nAll properties that can affect the printing of a sheet are held in a pageSetup object on the sheet.\n\n```javascript\n// create new sheet with pageSetup settings for A4 - landscape\nvar worksheet =  workbook.addWorksheet('sheet', {\n  pageSetup:{paperSize: 9, orientation:'landscape'}\n});\n\n// create a new sheet writer with pageSetup settings for fit-to-page\nvar worksheetWriter = workbookWriter.addSheet('sheet', {\n  pageSetup:{fitToPage: true, fitToHeight: 5, fitToWidth: 7}\n});\n\n// adjust pageSetup settings afterwards\nworksheet.pageSetup.margins = {\n  left: 0.7, right: 0.7,\n  top: 0.75, bottom: 0.75,\n  header: 0.3, footer: 0.3\n};\n\n// Set Print Area for a sheet\nworksheet.pageSetup.printArea = 'A1:G20';\n\n// Set multiple Print Areas by separating print areas with '&&'\nworksheet.pageSetup.printArea = 'A1:G10&&A11:G20';\n\n// Repeat specific rows on every printed page\nworksheet.pageSetup.printTitlesRow = '1:3';\n\n// Repeat specific columns on every printed page\nworksheet.pageSetup.printTitlesColumn = 'A:C';\n```\n\n**Supported pageSetup settings**\n\n| Name                  | Default       | Description |\n| --------------------- | ------------- | ----------- |\n| margins               |               | Whitespace on the borders of the page. Units are inches. |\n| orientation           | 'portrait'    | Orientation of the page - i.e. taller (portrait) or wider (landscape) |\n| horizontalDpi         | 4294967295    | Horizontal Dots per Inch. Default value is -1 |\n| verticalDpi           | 4294967295    | Vertical Dots per Inch. Default value is -1 |\n| fitToPage             |               | Whether to use fitToWidth and fitToHeight or scale settings. Default is based on presence of these settings in the pageSetup object - if both are present, scale wins (i.e. default will be false) |\n| pageOrder             | 'downThenOver'| Which order to print the pages - one of ['downThenOver', 'overThenDown'] |\n| blackAndWhite         | false         | Print without colour |\n| draft                 | false         | Print with less quality (and ink) |\n| cellComments          | 'None'        | Where to place comments - one of ['atEnd', 'asDisplayed', 'None'] |\n| errors                | 'displayed'   | Where to show errors - one of ['dash', 'blank', 'NA', 'displayed'] |\n| scale                 | 100           | Percentage value to increase or reduce the size of the print. Active when fitToPage is false |\n| fitToWidth            | 1             | How many pages wide the sheet should print on to. Active when fitToPage is true  |\n| fitToHeight           | 1             | How many pages high the sheet should print on to. Active when fitToPage is true  |\n| paperSize             |               | What paper size to use (see below) |\n| showRowColHeaders     | false         | Whether to show the row numbers and column letters |\n| showGridLines         | false         | Whether to show grid lines |\n| firstPageNumber       |               | Which number to use for the first page |\n| horizontalCentered    | false         | Whether to center the sheet data horizontally |\n| verticalCentered      | false         | Whether to center the sheet data vertically |\n\n**Example Paper Sizes**\n\n| Name                          | Value     |\n| ----------------------------- | --------- |\n| Letter                        | undefined |\n| Legal                         |  5        |\n| Executive                     |  7        |\n| A4                            |  9        |\n| A5                            |  11       |\n| B5 (JIS)                      |  13       |\n| Envelope #10                  |  20       |\n| Envelope DL                   |  27       |\n| Envelope C5                   |  28       |\n| Envelope B5                   |  34       |\n| Envelope Monarch              |  37       |\n| Double Japan Postcard Rotated |  82       |\n| 16K 197x273 mm                |  119      |\n\n## Headers and Footers\n\nHere's how to add headers and footers.\nThe added content is mainly text, such as time, introduction, file information, etc., and you can set the style of the text.\nIn addition, you can set different texts for the first page and even page.\n\nNote: Images are not currently supported.\n\n```javascript\n// Set footer (default centered), result: \"Page 2 of 16\"\nworksheet.headerFooter.oddFooter = \"Page &P of &N\";\n\n// Set the footer (default centered) to bold, resulting in: \"Page 2 of 16\"\nworksheet.headerFooter.oddFooter = \"Page &P of &N\";\n\n// Set the left footer to 18px and italicize. Result: \"Page 2 of 16\"\nworksheet.headerFooter.oddFooter = \"&LPage &P of &N\";\n\n// Set the middle header to gray Aril, the result: \"52 exceljs\"\nworksheet.headerFooter.oddHeader = \"&C&KCCCCCC&\\\"Aril\\\"52 exceljs\";\n\n// Set the left, center, and right text of the footer. Result: “Exceljs” in the footer left. “demo.xlsx” in the footer center. “Page 2” in the footer right\nworksheet.headerFooter.oddFooter = \"&Lexceljs&C&F&RPage &P\";\n\n// Add different header & footer for the first page\nworksheet.headerFooter.differentFirst = true;\nworksheet.headerFooter.firstHeader = \"Hello Exceljs\";\nworksheet.headerFooter.firstFooter = \"Hello World\"\n```\n\n**Supported headerFooter settings**\n\n| Name              | Default   | Description |\n| ----------------- | --------- | ----------- |\n| differentFirst    | false     | Set the value of differentFirst as true, which indicates that headers/footers for first page are different from the other pages |\n| differentOddEven  | false     | Set the value of differentOddEven as true, which indicates that headers/footers for odd and even pages are different |\n| oddHeader         | null      | Set header string for odd(default) pages, could format the string |\n| oddFooter         | null      | Set footer string for odd(default) pages, could format the string |\n| evenHeader        | null      | Set header string for even pages, could format the string |\n| evenFooter        | null      | Set footer string for even pages, could format the string |\n| firstHeader       | null      | Set header string for the first page, could format the string |\n| firstFooter       | null      | Set footer string for the first page, could format the string |\n\n**Script Commands**\n\n| Commands     | Description |\n| ------------ | ----------- |\n| &L           | Set position to the left |\n| &C           | Set position to the center |\n| &R           | Set position to the right |\n| &P           | The current page number |\n| &N           | The total number of pages |\n| &D           | The current date |\n| &T           | The current time |\n| &G           | A picture |\n| &A           | The worksheet name |\n| &F           | The file name |\n| &B           | Make text bold |\n| &I           | Italicize text |\n| &U           | Underline text |\n| &\"font name\" | font name, for example &\"Aril\" |\n| &font size   | font size, for example 12 |\n| &KHEXCode    | font color, for example &KCCCCCC |\n\n## Worksheet Views\n\nWorksheets now support a list of views, that control how Excel presents the sheet:\n\n* frozen - where a number of rows and columns to the top and left are frozen in place. Only the bottom right section will scroll\n* split - where the view is split into 4 sections, each semi-independently scrollable.\n\nEach view also supports various properties:\n\n| Name              | Default   | Description |\n| ----------------- | --------- | ----------- |\n| state             | 'normal'  | Controls the view state - one of normal, frozen or split |\n| rightToLeft       | false     | Sets the worksheet view's orientation to right-to-left |\n| activeCell        | undefined | The currently selected cell |\n| showRuler         | true      | Shows or hides the ruler in Page Layout |\n| showRowColHeaders | true      | Shows or hides the row and column headers (e.g. A1, B1 at the top and 1,2,3 on the left |\n| showGridLines     | true      | Shows or hides the gridlines (shown for cells where borders have not been defined) |\n| zoomScale         | 100       | Percentage zoom to use for the view |\n| zoomScaleNormal   | 100       | Normal zoom for the view |\n| style             | undefined | Presentation style - one of pageBreakPreview or pageLayout. Note pageLayout is not compatable with frozen views |\n\n### Frozen Views\n\nFrozen views support the following extra properties:\n\n| Name              | Default   | Description |\n| ----------------- | --------- | ----------- |\n| xSplit            | 0         | How many columns to freeze. To freeze rows only, set this to 0 or undefined |\n| ySplit            | 0         | How many rows to freeze. To freeze columns only, set this to 0 or undefined |\n| topLeftCell       | special   | Which cell will be top-left in the bottom-right pane. Note: cannot be a frozen cell. Defaults to first unfrozen cell |\n\n```javascript\nworksheet.views = [\n  {state: 'frozen', xSplit: 2, ySplit: 3, topLeftCell: 'G10', activeCell: 'A1'}\n];\n```\n\n### Split Views\n\nSplit views support the following extra properties:\n\n| Name              | Default   | Description |\n| ----------------- | --------- | ----------- |\n| xSplit            | 0         | How many points from the left to place the splitter. To split vertically, set this to 0 or undefined |\n| ySplit            | 0         | How many points from the top to place the splitter. To split horizontally, set this to 0 or undefined  |\n| topLeftCell       | undefined | Which cell will be top-left in the bottom-right pane. |\n| activePane        | undefined | Which pane will be active - one of topLeft, topRight, bottomLeft and bottomRight |\n\n```javascript\nworksheet.views = [\n  {state: 'split', xSplit: 2000, ySplit: 3000, topLeftCell: 'G10', activeCell: 'A1'}\n];\n```\n\n## Auto filters\n\nIt is possible to apply an auto filter to your worksheet.\n\n```javascript\nworksheet.autoFilter = 'A1:C1';\n```\n\nWhile the range string is the standard form of the autoFilter, the worksheet will also support the\nfollowing values:\n\n```javascript\n// Set an auto filter from A1 to C1\nworksheet.autoFilter = {\n  from: 'A1',\n  to: 'C1',\n}\n\n// Set an auto filter from the cell in row 3 and column 1\n// to the cell in row 5 and column 12\nworksheet.autoFilter = {\n  from: {\n    row: 3,\n    column: 1\n  },\n  to: {\n    row: 5,\n    column: 12\n  }\n}\n\n// Set an auto filter from D3 to the\n// cell in row 7 and column 5\nworksheet.autoFilter = {\n  from: 'D3',\n  to: {\n    row: 7,\n    column: 5\n  }\n}\n```\n\n## Columns\n\n```javascript\n// Add column headers and define column keys and widths\n// Note: these column structures are a workbook-building convenience only,\n// apart from the column width, they will not be fully persisted.\nworksheet.columns = [\n  { header: 'Id', key: 'id', width: 10 },\n  { header: 'Name', key: 'name', width: 32 },\n  { header: 'D.O.B.', key: 'DOB', width: 10, outlineLevel: 1 }\n];\n\n// Access an individual columns by key, letter and 1-based column number\nvar idCol = worksheet.getColumn('id');\nvar nameCol = worksheet.getColumn('B');\nvar dobCol = worksheet.getColumn(3);\n\n// set column properties\n\n// Note: will overwrite cell value C1\ndobCol.header = 'Date of Birth';\n\n// Note: this will overwrite cell values C1:C2\ndobCol.header = ['Date of Birth', 'A.K.A. D.O.B.'];\n\n// from this point on, this column will be indexed by 'dob' and not 'DOB'\ndobCol.key = 'dob';\n\ndobCol.width = 15;\n\n// Hide the column if you'd like\ndobCol.hidden = true;\n\n// set an outline level for columns\nworksheet.getColumn(4).outlineLevel = 0;\nworksheet.getColumn(5).outlineLevel = 1;\n\n// columns support a readonly field to indicate the collapsed state based on outlineLevel\nexpect(worksheet.getColumn(4).collapsed).to.equal(false);\nexpect(worksheet.getColumn(5).collapsed).to.equal(true);\n\n// iterate over all current cells in this column\ndobCol.eachCell(function(cell, rowNumber) {\n  // ...\n});\n\n// iterate over all current cells in this column including empty cells\ndobCol.eachCell({ includeEmpty: true }, function(cell, rowNumber) {\n  // ...\n});\n\n// add a column of new values\nworksheet.getColumn(6).values = [1,2,3,4,5];\n\n// add a sparse column of values\nworksheet.getColumn(7).values = [,,2,3,,5,,7,,,,11];\n\n// cut one or more columns (columns to the right are shifted left)\n// If column properties have been definde, they will be cut or moved accordingly\n// Known Issue: If a splice causes any merged cells to move, the results may be unpredictable\nworksheet.spliceColumns(3,2);\n\n// remove one column and insert two more.\n// Note: columns 4 and above will be shifted right by 1 column.\n// Also: If the worksheet has more rows than values in the colulmn inserts,\n//  the rows will still be shifted as if the values existed\nvar newCol3Values = [1,2,3,4,5];\nvar newCol4Values = ['one', 'two', 'three', 'four', 'five'];\nworksheet.spliceColumns(3, 1, newCol3Values, newCol4Values);\n\n```\n\n## Rows\n\n```javascript\n// Add a couple of Rows by key-value, after the last current row, using the column keys\nworksheet.addRow({id: 1, name: 'John Doe', dob: new Date(1970,1,1)});\nworksheet.addRow({id: 2, name: 'Jane Doe', dob: new Date(1965,1,7)});\n\n// Add a row by contiguous Array (assign to columns A, B & C)\nworksheet.addRow([3, 'Sam', new Date()]);\n\n// Add a row by sparse Array (assign to columns A, E & I)\nvar rowValues = [];\nrowValues[1] = 4;\nrowValues[5] = 'Kyle';\nrowValues[9] = new Date();\nworksheet.addRow(rowValues);\n\n// Add an array of rows\nvar rows = [\n  [5,'Bob',new Date()], // row by array\n  {id:6, name: 'Barbara', dob: new Date()}\n];\nworksheet.addRows(rows);\n\n// Get a row object. If it doesn't already exist, a new empty one will be returned\nvar row = worksheet.getRow(5);\n\n// Get the last editable row in a worksheet (or undefined if there are none)\nvar row = worksheet.lastRow;\n\n// Set a specific row height\nrow.height = 42.5;\n\n// make row hidden\nrow.hidden = true;\n\n// set an outline level for rows\nworksheet.getRow(4).outlineLevel = 0;\nworksheet.getRow(5).outlineLevel = 1;\n\n// rows support a readonly field to indicate the collapsed state based on outlineLevel\nexpect(worksheet.getRow(4).collapsed).to.equal(false);\nexpect(worksheet.getRow(5).collapsed).to.equal(true);\n\n\nrow.getCell(1).value = 5; // A5's value set to 5\nrow.getCell('name').value = 'Zeb'; // B5's value set to 'Zeb' - assuming column 2 is still keyed by name\nrow.getCell('C').value = new Date(); // C5's value set to now\n\n// Get a row as a sparse array\n// Note: interface change: worksheet.getRow(4) ==> worksheet.getRow(4).values\nrow = worksheet.getRow(4).values;\nexpect(row[5]).toEqual('Kyle');\n\n// assign row values by contiguous array (where array element 0 has a value)\nrow.values = [1,2,3];\nexpect(row.getCell(1).value).toEqual(1);\nexpect(row.getCell(2).value).toEqual(2);\nexpect(row.getCell(3).value).toEqual(3);\n\n// assign row values by sparse array  (where array element 0 is undefined)\nvar values = []\nvalues[5] = 7;\nvalues[10] = 'Hello, World!';\nrow.values = values;\nexpect(row.getCell(1).value).toBeNull();\nexpect(row.getCell(5).value).toEqual(7);\nexpect(row.getCell(10).value).toEqual('Hello, World!');\n\n// assign row values by object, using column keys\nrow.values = {\n  id: 13,\n  name: 'Thing 1',\n  dob: new Date()\n};\n\n// Insert a page break below the row\nrow.addPageBreak();\n\n// Iterate over all rows that have values in a worksheet\nworksheet.eachRow(function(row, rowNumber) {\n  console.log('Row ' + rowNumber + ' = ' + JSON.stringify(row.values));\n});\n\n// Iterate over all rows (including empty rows) in a worksheet\nworksheet.eachRow({ includeEmpty: true }, function(row, rowNumber) {\n  console.log('Row ' + rowNumber + ' = ' + JSON.stringify(row.values));\n});\n\n// Iterate over all non-null cells in a row\nrow.eachCell(function(cell, colNumber) {\n  console.log('Cell ' + colNumber + ' = ' + cell.value);\n});\n\n// Iterate over all cells in a row (including empty cells)\nrow.eachCell({ includeEmpty: true }, function(cell, colNumber) {\n  console.log('Cell ' + colNumber + ' = ' + cell.value);\n});\n\n// Cut one or more rows (rows below are shifted up)\n// Known Issue: If a splice causes any merged cells to move, the results may be unpredictable\nworksheet.spliceRows(4,3);\n\n// remove one row and insert two more.\n// Note: rows 4 and below will be shifted down by 1 row.\nvar newRow3Values = [1,2,3,4,5];\nvar newRow4Values = ['one', 'two', 'three', 'four', 'five'];\nworksheet.spliceRows(3, 1, newRow3Values, newRow4Values);\n\n// Cut one or more cells (cells to the right are shifted left)\n// Note: this operation will not affect other rows\nrow.splice(3,2);\n\n// remove one cell and insert two more (cells to the right of the cut cell will be shifted right)\nrow.splice(4,1,'new value 1', 'new value 2');\n\n// Commit a completed row to stream\nrow.commit();\n\n// row metrics\nvar rowSize = row.cellCount;\nvar numValues = row.actualCellCount;\n```\n\n## Handling Individual Cells\n\n```javascript\nvar cell = worksheet.getCell('C3');\n\n// Modify/Add individual cell\ncell.value = new Date(1968, 5, 1);\n\n// query a cell's type\nexpect(cell.type).toEqual(Excel.ValueType.Date);\n\n// use string value of cell\nmyInput.value = cell.text;\n\n// use html-safe string for rendering...\nvar html = '<div>' + cell.html + '</div>';\n\n```\n\n## Merged Cells\n\n```javascript\n// merge a range of cells\nworksheet.mergeCells('A4:B5');\n\n// ... merged cells are linked\nworksheet.getCell('B5').value = 'Hello, World!';\nexpect(worksheet.getCell('B5').value).toBe(worksheet.getCell('A4').value);\nexpect(worksheet.getCell('B5').master).toBe(worksheet.getCell('A4'));\n\n// ... merged cells share the same style object\nexpect(worksheet.getCell('B5').style).toBe(worksheet.getCell('A4').style);\nworksheet.getCell('B5').style.font = myFonts.arial;\nexpect(worksheet.getCell('A4').style.font).toBe(myFonts.arial);\n\n// unmerging the cells breaks the style links\nworksheet.unMergeCells('A4');\nexpect(worksheet.getCell('B5').style).not.toBe(worksheet.getCell('A4').style);\nexpect(worksheet.getCell('B5').style.font).not.toBe(myFonts.arial);\n\n// merge by top-left, bottom-right\nworksheet.mergeCells('K10', 'M12');\n\n// merge by start row, start column, end row, end column (equivalent to K10:M12)\nworksheet.mergeCells(10,11,12,13);\n```\n## Duplicate a Row\n\n```javascript\nduplicateRow(start, amount = 1, insert = true)\n\nconst wb = new ExcelJS.Workbook();\nconst ws = wb.addWorksheet('duplicateTest');\nws.getCell('A1').value = 'One';\nws.getCell('A2').value = 'Two';\nws.getCell('A3').value = 'Three';\nws.getCell('A4').value = 'Four';\n\n// This line will duplicate the row 'One' twice but it will replace rows 'Two' and 'Three'\n// if third param was true so it would insert 2 new rows with the values and styles of row 'One'\nws.duplicateRow(1,2,false);\n```\n\n| Parameter | Description | Default Value |\n| -------------- | ----------------- | -------- |\n| start          | Row number you want to duplicate (first in excel is 1) |  |\n| amount    | The times you want to duplicate the row | 1 |\n| insert            | *true* if you want to insert new rows for the duplicates, or *false* if you want to replace them | *true* |\n\n\n\n## Defined Names\n\nIndividual cells (or multiple groups of cells) can have names assigned to them.\n The names can be used in formulas and data validation (and probably more).\n\n```javascript\n// assign (or get) a name for a cell (will overwrite any other names that cell had)\nworksheet.getCell('A1').name = 'PI';\nexpect(worksheet.getCell('A1').name).to.equal('PI');\n\n// assign (or get) an array of names for a cell (cells can have more than one name)\nworksheet.getCell('A1').names = ['thing1', 'thing2'];\nexpect(worksheet.getCell('A1').names).to.have.members(['thing1', 'thing2']);\n\n// remove a name from a cell\nworksheet.getCell('A1').removeName('thing1');\nexpect(worksheet.getCell('A1').names).to.have.members(['thing2']);\n```\n\n## Data Validations\n\nCells can define what values are valid or not and provide prompting to the user to help guide them.\n\nValidation types can be one of the following:\n\n| Type       | Description |\n| ---------- | ----------- |\n| list       | Define a discrete set of valid values. Excel will offer these in a dropdown for easy entry |\n| whole      | The value must be a whole number |\n| decimal    | The value must be a decimal number |\n| textLength | The value may be text but the length is controlled |\n| custom     | A custom formula controls the valid values |\n\nFor types other than list or custom, the following operators affect the validation:\n\n| Operator              | Description |\n| --------------------  | ----------- |\n| between               | Values must lie between formula results |\n| notBetween            | Values must not lie between formula results |\n| equal                 | Value must equal formula result |\n| notEqual              | Value must not equal formula result |\n| greaterThan           | Value must be greater than formula result |\n| lessThan              | Value must be less than formula result |\n| greaterThanOrEqual    | Value must be greater than or equal to formula result |\n| lessThanOrEqual       | Value must be less than or equal to formula result |\n\n```javascript\n// Specify list of valid values (One, Two, Three, Four).\n// Excel will provide a dropdown with these values.\nworksheet.getCell('A1').dataValidation = {\n  type: 'list',\n  allowBlank: true,\n  formulae: ['\"One,Two,Three,Four\"']\n};\n\n// Specify list of valid values from a range.\n// Excel will provide a dropdown with these values.\nworksheet.getCell('A1').dataValidation = {\n  type: 'list',\n  allowBlank: true,\n  formulae: ['$D$5:$F$5']\n};\n\n// Specify Cell must be a whole number that is not 5.\n// Show the user an appropriate error message if they get it wrong\nworksheet.getCell('A1').dataValidation = {\n  type: 'whole',\n  operator: 'notEqual',\n  showErrorMessage: true,\n  formulae: [5],\n  errorStyle: 'error',\n  errorTitle: 'Five',\n  error: 'The value must not be Five'\n};\n\n// Specify Cell must be a decomal number between 1.5 and 7.\n// Add 'tooltip' to help guid the user\nworksheet.getCell('A1').dataValidation = {\n  type: 'decimal',\n  operator: 'between',\n  allowBlank: true,\n  showInputMessage: true,\n  formulae: [1.5, 7],\n  promptTitle: 'Decimal',\n  prompt: 'The value must between 1.5 and 7'\n};\n\n// Specify Cell must be have a text length less than 15\nworksheet.getCell('A1').dataValidation = {\n  type: 'textLength',\n  operator: 'lessThan',\n  showErrorMessage: true,\n  allowBlank: true,\n  formulae: [15]\n};\n\n// Specify Cell must be have be a date before 1st Jan 2016\nworksheet.getCell('A1').dataValidation = {\n  type: 'date',\n  operator: 'lessThan',\n  showErrorMessage: true,\n  allowBlank: true,\n  formulae: [new Date(2016,0,1)]\n};\n```\n\n## Cell Comments\n\nAdd old style comment to a cell\n\n```javascript\n// plain text note\nworksheet.getCell('A1').note = 'Hello, ExcelJS!';\n\n// colourful formatted note\nws.getCell('B1').note = {\n  texts: [\n    {'font': {'size': 12, 'color': {'theme': 0}, 'name': 'Calibri', 'family': 2, 'scheme': 'minor'}, 'text': 'This is '},\n    {'font': {'italic': true, 'size': 12, 'color': {'theme': 0}, 'name': 'Calibri', 'scheme': 'minor'}, 'text': 'a'},\n    {'font': {'size': 12, 'color': {'theme': 1}, 'name': 'Calibri', 'family': 2, 'scheme': 'minor'}, 'text': ' '},\n    {'font': {'size': 12, 'color': {'argb': 'FFFF6600'}, 'name': 'Calibri', 'scheme': 'minor'}, 'text': 'colorful'},\n    {'font': {'size': 12, 'color': {'theme': 1}, 'name': 'Calibri', 'family': 2, 'scheme': 'minor'}, 'text': ' text '},\n    {'font': {'size': 12, 'color': {'argb': 'FFCCFFCC'}, 'name': 'Calibri', 'scheme': 'minor'}, 'text': 'with'},\n    {'font': {'size': 12, 'color': {'theme': 1}, 'name': 'Calibri', 'family': 2, 'scheme': 'minor'}, 'text': ' in-cell '},\n    {'font': {'bold': true, 'size': 12, 'color': {'theme': 1}, 'name': 'Calibri', 'family': 2, 'scheme': 'minor'}, 'text': 'format'},\n  ],\n};\n```\n\n## Tables\n\nTables allow for in-sheet manipulation of tabular data.\n\nTo add a table to a worksheet, define a table model and call addTable:\n\n```javascript\n// add a table to a sheet\nws.addTable({\n  name: 'MyTable',\n  ref: 'A1',\n  headerRow: true,\n  totalsRow: true,\n  style: {\n    theme: 'TableStyleDark3',\n    showRowStripes: true,\n  },\n  columns: [\n    {name: 'Date', totalsRowLabel: 'Totals:', filterButton: true},\n    {name: 'Amount', totalsRowFunction: 'sum', filterButton: false},\n  ],\n  rows: [\n    [new Date('2019-07-20'), 70.10],\n    [new Date('2019-07-21'), 70.60],\n    [new Date('2019-07-22'), 70.10],\n  ],\n});\n```\n\nNote: Adding a table to a worksheet will modify the sheet by placing\nheaders and row data to the sheet.\nAny data on the sheet covered by the resulting table (including headers and\ntotals) will be overwritten.\n\n### Table Properties\n\nThe following table defines the properties supported by tables.\n\n| Table Property | Description       | Required | Default Value |\n| -------------- | ----------------- | -------- | ------------- |\n| name           | The name of the table | Y |    |\n| displayName    | The display name of the table | N | name |\n| ref            | Top left cell of the table | Y |   |\n| headerRow      | Show headers at top of table | N | true |\n| totalsRow      | Show totals at bottom of table | N | false |\n| style          | Extra style properties | N | {} |\n| columns        | Column definitions | Y |   |\n| rows           | Rows of data | Y |   |\n\n### Table Style Properties\n\nThe following table defines the properties supported within the table\nstyle property.\n\n| Style Property     | Description       | Required | Default Value |\n| ------------------ | ----------------- | -------- | ------------- |\n| theme              | The colour theme of the table | N |  'TableStyleMedium2'  |\n| showFirstColumn    | Highlight the first column (bold) | N |  false  |\n| showLastColumn     | Highlight the last column (bold) | N |  false  |\n| showRowStripes     | Alternate rows shown with background colour | N |  false  |\n| showColumnStripes  | Alternate rows shown with background colour | N |  false  |\n\n### Table Column Properties\n\nThe following table defines the properties supported within each table\ncolumn.\n\n| Column Property    | Description       | Required | Default Value |\n| ------------------ | ----------------- | -------- | ------------- |\n| name               | The name of the column, also used in the header | Y |    |\n| filterButton       | Switches the filter control in the header | N |  false  |\n| totalsRowLabel     | Label to describe the totals row (first column) | N | 'Total' |\n| totalsRowFunction  | Name of the totals function | N | 'none' |\n| totalsRowFormula   | Optional formula for custom functions | N |   |\n\n### Totals Functions\n\nThe following table list the valid values for the totalsRowFunction property\ndefined by columns. If any value other than 'custom' is used, it is not\nnecessary to include the associated formula as this will be inserted\nby the table.\n\n| Totals Functions   | Description       |\n| ------------------ | ----------------- |\n| none               | No totals function for this column |\n| average            | Compute average for the column |\n| countNums          | Count the entries that are numbers |\n| count              | Count of entries |\n| max                | The maximum value in this column |\n| min                | The minimum value in this column |\n| stdDev             | The standard deviation for this column |\n| var                | The variance for this column |\n| sum                | The sum of entries for this column |\n| custom             | A custom formula. Requires an associated totalsRowFormula value. |\n\n### Table Style Themes\n\nValid theme names follow the following pattern:\n\n* \"TableStyle[Shade][Number]\"\n\nShades, Numbers can be one of:\n\n* Light, 1-21\n* Medium, 1-28\n* Dark, 1-11\n\nFor no theme, use the value null.\n\nNote: custom table themes are not supported by exceljs yet.\n\n### Modifying Tables\n\nTables support a set of manipulation functions that allow data to be\nadded or removed and some properties to be changed. Since many of these\noperations may have on-sheet effects, the changes must be committed\nonce complete.\n\nAll index values in the table are zero based, so the first row number\nand first column number is 0.\n\n**Adding or Removing Headers and Totals**\n\n```javascript\nconst table = ws.getTable('MyTable');\n\n// turn header row on\ntable.headerRow = true;\n\n// turn totals row off\ntable.totalsRow = false;\n\n// commit the table changes into the sheet\ntable.commit();\n```\n\n**Relocating a Table**\n\n```javascript\nconst table = ws.getTable('MyTable');\n\n// table top-left move to D4\ntable.ref = 'D4';\n\n// commit the table changes into the sheet\ntable.commit();\n```\n\n**Adding and Removing Rows**\n\n```javascript\nconst table = ws.getTable('MyTable');\n\n// remove first two rows\ntable.removeRows(0, 2);\n\n// insert new rows at index 5\ntable.addRow([new Date('2019-08-05'), 5, 'Mid'], 5);\n\n// append new row to bottom of table\ntable.addRow([new Date('2019-08-10'), 10, 'End']);\n\n// commit the table changes into the sheet\ntable.commit();\n```\n\n**Adding and Removing Columns**\n\n```javascript\nconst table = ws.getTable('MyTable');\n\n// remove second column\ntable.removeColumnss(1, 1);\n\n// insert new column (with data) at index 1\ntable.addColumn(\n  {name: 'Letter', totalsRowFunction: 'custom', totalsRowFormula: 'ROW()', totalsRowResult: 6, filterButton: true},\n  ['a', 'b', 'c', 'd'],\n  2\n);\n\n// commit the table changes into the sheet\ntable.commit();\n```\n\n**Change Column Properties**\n\n```javascript\nconst table = ws.getTable('MyTable');\n\n// Get Column Wrapper for second column\nconst column = table.getColumn(1);\n\n// set some properties\ncolumn.name = 'Code';\ncolumn.filterButton = true;\ncolumn.style = {font:{bold: true, name: 'Comic Sans MS'}};\ncolumn.totalsRowLabel = 'Totals';\ncolumn.totalsRowFunction = 'custom';\ncolumn.totalsRowFormula = 'ROW()';\ncolumn.totalsRowResult = 10;\n\n// commit the table changes into the sheet\ntable.commit();\n```\n\n\n## Styles\n\nCells, Rows and Columns each support a rich set of styles and formats that affect how the cells are displayed.\n\nStyles are set by assigning the following properties:\n\n* <a href=\"#number-formats\">numFmt</a>\n* <a href=\"#fonts\">font</a>\n* <a href=\"#alignment\">alignment</a>\n* <a href=\"#borders\">border</a>\n* <a href=\"#fills\">fill</a>\n\n```javascript\n// assign a style to a cell\nws.getCell('A1').numFmt = '0.00%';\n\n// Apply styles to worksheet columns\nws.columns = [\n  { header: 'Id', key: 'id', width: 10 },\n  { header: 'Name', key: 'name', width: 32, style: { font: { name: 'Arial Black' } } },\n  { header: 'D.O.B.', key: 'DOB', width: 10, style: { numFmt: 'dd/mm/yyyy' } }\n];\n\n// Set Column 3 to Currency Format\nws.getColumn(3).numFmt = '\"£\"#,##0.00;[Red]\\-\"£\"#,##0.00';\n\n// Set Row 2 to Comic Sans.\nws.getRow(2).font = { name: 'Comic Sans MS', family: 4, size: 16, underline: 'double', bold: true };\n```\n\nWhen a style is applied to a row or column, it will be applied to all currently existing cells in that row or column.\n Also, any new cell that is created will inherit its initial styles from the row and column it belongs to.\n\nIf a cell's row and column both define a specific style (e.g. font), the cell will use the row style over the column style.\n However if the row and column define different styles (e.g. column.numFmt and row.font), the cell will inherit the font from the row and the numFmt from the column.\n\nCaveat: All the above properties (with the exception of numFmt, which is a string), are JS object structures.\n If the same style object is assigned to more than one spreadsheet entity, then each entity will share the same style object.\n If the style object is later modified before the spreadsheet is serialized, then all entities referencing that style object will be modified too.\n This behaviour is intended to prioritize performance by reducing the number of JS objects created.\n If you want the style objects to be independent, you will need to clone them before assigning them.\n Also, by default, when a document is read from file (or stream) if spreadsheet entities share similar styles, then they will reference the same style object too.\n\n### Number Formats\n\n```javascript\n// display value as '1 3/5'\nws.getCell('A1').value = 1.6;\nws.getCell('A1').numFmt = '# ?/?';\n\n// display value as '1.60%'\nws.getCell('B1').value = 0.016;\nws.getCell('B1').numFmt = '0.00%';\n```\n\n### Fonts\n\n```javascript\n\n// for the wannabe graphic designers out there\nws.getCell('A1').font = {\n  name: 'Comic Sans MS',\n  family: 4,\n  size: 16,\n  underline: true,\n  bold: true\n};\n\n// for the graduate graphic designers...\nws.getCell('A2').font = {\n  name: 'Arial Black',\n  color: { argb: 'FF00FF00' },\n  family: 2,\n  size: 14,\n  italic: true\n};\n\n// for the vertical align\nws.getCell('A3').font = {\n  vertAlign: 'superscript'\n};\n\n// note: the cell will store a reference to the font object assigned.\n// If the font object is changed afterwards, the cell font will change also...\nvar font = { name: 'Arial', size: 12 };\nws.getCell('A3').font = font;\nfont.size = 20; // Cell A3 now has font size 20!\n\n// Cells that share similar fonts may reference the same font object after\n// the workbook is read from file or stream\n```\n\n| Font Property | Description       | Example Value(s) |\n| ------------- | ----------------- | ---------------- |\n| name          | Font name. | 'Arial', 'Calibri', etc. |\n| family        | Font family for fallback. An integer value. | 1 - Serif, 2 - Sans Serif, 3 - Mono, Others - unknown |\n| scheme        | Font scheme. | 'minor', 'major', 'none' |\n| charset       | Font charset. An integer value. | 1, 2, etc. |\n| size          | Font size. An integer value. | 9, 10, 12, 16, etc. |\n| color         | Colour description, an object containing an ARGB value. | { argb: 'FFFF0000'} |\n| bold          | Font **weight** | true, false |\n| italic        | Font *slope* | true, false |\n| underline     | Font <u>underline</u> style | true, false, 'none', 'single', 'double', 'singleAccounting', 'doubleAccounting' |\n| strike        | Font <strike>strikethrough</strike> | true, false |\n| outline       | Font outline | true, false |\n| vertAlign     | Vertical align | 'superscript', 'subscript'\n\n### Alignment\n\n```javascript\n// set cell alignment to top-left, middle-center, bottom-right\nws.getCell('A1').alignment = { vertical: 'top', horizontal: 'left' };\nws.getCell('B1').alignment = { vertical: 'middle', horizontal: 'center' };\nws.getCell('C1').alignment = { vertical: 'bottom', horizontal: 'right' };\n\n// set cell to wrap-text\nws.getCell('D1').alignment = { wrapText: true };\n\n// set cell indent to 1\nws.getCell('E1').alignment = { indent: 1 };\n\n// set cell text rotation to 30deg upwards, 45deg downwards and vertical text\nws.getCell('F1').alignment = { textRotation: 30 };\nws.getCell('G1').alignment = { textRotation: -45 };\nws.getCell('H1').alignment = { textRotation: 'vertical' };\n```\n\n**Valid Alignment Property Values**\n\n| horizontal       | vertical    | wrapText | shrinkToFit | indent  | readingOrder | textRotation |\n| ---------------- | ----------- | -------- | ----------- | ------- | ------------ | ------------ |\n| left             | top         | true     | true        | integer | rtl          | 0 to 90      |\n| center           | middle      | false    | false       |         | ltr          | -1 to -90    |\n| right            | bottom      |          |             |         |              | vertical     |\n| fill             | distributed |          |             |         |              |              |\n| justify          | justify     |          |             |         |              |              |\n| centerContinuous |             |          |             |         |              |              |\n| distributed      |             |          |             |         |              |              |\n\n\n### Borders\n\n```javascript\n// set single thin border around A1\nws.getCell('A1').border = {\n  top: {style:'thin'},\n  left: {style:'thin'},\n  bottom: {style:'thin'},\n  right: {style:'thin'}\n};\n\n// set double thin green border around A3\nws.getCell('A3').border = {\n  top: {style:'double', color: {argb:'FF00FF00'}},\n  left: {style:'double', color: {argb:'FF00FF00'}},\n  bottom: {style:'double', color: {argb:'FF00FF00'}},\n  right: {style:'double', color: {argb:'FF00FF00'}}\n};\n\n// set thick red cross in A5\nws.getCell('A5').border = {\n  diagonal: {up: true, down: true, style:'thick', color: {argb:'FFFF0000'}}\n};\n```\n\n**Valid Border Styles**\n\n* thin\n* dotted\n* dashDot\n* hair\n* dashDotDot\n* slantDashDot\n* mediumDashed\n* mediumDashDotDot\n* mediumDashDot\n* medium\n* double\n* thick\n\n### Fills\n\n```javascript\n// fill A1 with red darkVertical stripes\nws.getCell('A1').fill = {\n  type: 'pattern',\n  pattern:'darkVertical',\n  fgColor:{argb:'FFFF0000'}\n};\n\n// fill A2 with yellow dark trellis and blue behind\nws.getCell('A2').fill = {\n  type: 'pattern',\n  pattern:'darkTrellis',\n  fgColor:{argb:'FFFFFF00'},\n  bgColor:{argb:'FF0000FF'}\n};\n\n// fill A3 with blue-white-blue gradient from left to right\nws.getCell('A3').fill = {\n  type: 'gradient',\n  gradient: 'angle',\n  degree: 0,\n  stops: [\n    {position:0, color:{argb:'FF0000FF'}},\n    {position:0.5, color:{argb:'FFFFFFFF'}},\n    {position:1, color:{argb:'FF0000FF'}}\n  ]\n};\n\n\n// fill A4 with red-green gradient from center\nws.getCell('A4').fill = {\n  type: 'gradient',\n  gradient: 'path',\n  center:{left:0.5,top:0.5},\n  stops: [\n    {position:0, color:{argb:'FFFF0000'}},\n    {position:1, color:{argb:'FF00FF00'}}\n  ]\n};\n```\n\n#### Pattern Fills\n\n| Property | Required | Description |\n| -------- | -------- | ----------- |\n| type     | Y        | Value: 'pattern'<br/>Specifies this fill uses patterns |\n| pattern  | Y        | Specifies type of pattern (see <a href=\"#valid-pattern-types\">Valid Pattern Types</a> below) |\n| fgColor  | N        | Specifies the pattern foreground color. Default is black. |\n| bgColor  | N        | Specifies the pattern background color. Default is white. |\n\n**Valid Pattern Types**\n\n* none\n* solid\n* darkGray\n* mediumGray\n* lightGray\n* gray125\n* gray0625\n* darkHorizontal\n* darkVertical\n* darkDown\n* darkUp\n* darkGrid\n* darkTrellis\n* lightHorizontal\n* lightVertical\n* lightDown\n* lightUp\n* lightGrid\n* lightTrellis\n\n#### Gradient Fills\n\n| Property | Required | Description |\n| -------- | -------- | ----------- |\n| type     | Y        | Value: 'gradient'<br/>Specifies this fill uses gradients |\n| gradient | Y        | Specifies gradient type. One of ['angle', 'path'] |\n| degree   | angle    | For 'angle' gradient, specifies the direction of the gradient. 0 is from the left to the right. Values from 1 - 359 rotates the direction clockwise |\n| center   | path     | For 'path' gradient. Specifies the relative coordinates for the start of the path. 'left' and 'top' values range from 0 to 1 |\n| stops    | Y        | Specifies the gradient colour sequence. Is an array of objects containing position and color starting with position 0 and ending with position 1. Intermediary positions may be used to specify other colours on the path. |\n\n**Caveats**\n\nUsing the interface above it may be possible to create gradient fill effects not possible using the XLSX editor program.\nFor example, Excel only supports angle gradients of 0, 45, 90 and 135.\nSimilarly the sequence of stops may also be limited by the UI with positions [0,1] or [0,0.5,1] as the only options.\nTake care with this fill to be sure it is supported by the target XLSX viewers.\n\n### Rich Text\n\nIndividual cells now support rich text or in-cell formatting.\n Rich text values can control the font properties of any number of sub-strings within the text value.\n See <a href=\"font\">Fonts</a> for a complete list of details on what font properties are supported.\n\n```javascript\n\nws.getCell('A1').value = {\n  'richText': [\n    {'font': {'size': 12,'color': {'theme': 0},'name': 'Calibri','family': 2,'scheme': 'minor'},'text': 'This is '},\n    {'font': {'italic': true,'size': 12,'color': {'theme': 0},'name': 'Calibri','scheme': 'minor'},'text': 'a'},\n    {'font': {'size': 12,'color': {'theme': 1},'name': 'Calibri','family': 2,'scheme': 'minor'},'text': ' '},\n    {'font': {'size': 12,'color': {'argb': 'FFFF6600'},'name': 'Calibri','scheme': 'minor'},'text': 'colorful'},\n    {'font': {'size': 12,'color': {'theme': 1},'name': 'Calibri','family': 2,'scheme': 'minor'},'text': ' text '},\n    {'font': {'size': 12,'color': {'argb': 'FFCCFFCC'},'name': 'Calibri','scheme': 'minor'},'text': 'with'},\n    {'font': {'size': 12,'color': {'theme': 1},'name': 'Calibri','family': 2,'scheme': 'minor'},'text': ' in-cell '},\n    {'font': {'bold': true,'size': 12,'color': {'theme': 1},'name': 'Calibri','family': 2,'scheme': 'minor'},'text': 'format'}\n  ]\n};\n\nexpect(ws.getCell('A1').text).to.equal('This is a colorful text with in-cell format');\nexpect(ws.getCell('A1').type).to.equal(Excel.ValueType.RichText);\n\n```\n\n### Cell Protection\n\nCell level protection can be modified using the protection property.\n\n```javascript\nws.getCell('A1').protection = {\n  locked: false,\n  hidden: true,\n};\n```\n\n**Supported Protection Properties**\n\n| Property | Default | Description |\n| -------- | ------- | ----------- |\n| locked   | true    | Specifies whether a cell will be locked if the sheet is protected. |\n| hidden   | false   | Specifies whether a cell's formula will be visible if the sheet is protected. |\n\n## Conditional Formatting\n\nConditional formatting allows a sheet to show specific styles, icons, etc\ndepending on cell values or any arbitrary formula.\n\nConditional formatting rules are added at the sheet level and will typically\ncover a range of cells.\n\nMultiple rules can be applied to a given cell range and each rule will apply\nits own style.\n\nIf multiple rules affect a given cell, the rule priority value will determine\nwhich rule wins out if competing styles collide.\nThe rule with the lower priority value wins.\nIf priority values are not specified for a given rule, ExcelJS will assign them\nin ascending order.\n\nNote: at present, only a subset of conditional formatting rules are supported.\nSpecifically, only the formatting rules that do not require XML rendering\ninside an &lt;extLst&gt; element. This means that datasets and three specific\nicon sets (3Triangles, 3Stars, 5Boxes) are not supported.\n\n```javascript\n// add a checkerboard pattern to A1:E7 based on row + col being even or odd\nworksheet.addConditionalFormatting({\n  ref: 'A1:E7',\n  rules: [\n    {\n      type: 'expression',\n      formulae: ['MOD(ROW()+COLUMN(),2)=0'],\n      style: {fill: {type: 'pattern', pattern: 'solid', bgColor: {argb: 'FF00FF00'}}},\n    }\n  ]\n})\n```\n\n**Supported Conditional Formatting Rule Types**\n\n| Type         | Description |\n| ------------ | ----------- |\n| expression   | Any custom function may be used to activate the rule. |\n| cellIs       | Compares cell value with supplied formula using specified operator |\n| top10        | Applies formatting to cells with values in top (or bottom) ranges |\n| aboveAverage | Applies formatting to cells with values above (or below) average |\n| colorScale   | Applies a coloured background to cells based on where their values lie in the range |\n| iconSet      | Adds one of a range of icons to cells based on value |\n| containsText | Applies formatting based on whether cell a specific text |\n| timePeriod   | Applies formatting based on whether cell datetime value lies within a specified range |\n\n### Expression\n\n| Field    | Optional | Default | Description |\n| -------- | -------- | ------- | ----------- |\n| type     |          |         | 'expression' |\n| priority | Y        | &lt;auto&gt;  | determines priority ordering of styles |\n| formulae |          |         | array of 1 formula string that returns a true/false value. To reference the cell value, use the top-left cell address |\n| style    |          |         | style structure to apply if the formula returns true |\n\n### Cell Is\n\n| Field    | Optional | Default | Description |\n| -------- | -------- | ------- | ----------- |\n| type     |          |         | 'cellIs' |\n| priority | Y        | &lt;auto&gt;  | determines priority ordering of styles |\n| operator |          |         | how to compare cell value with formula result |\n| formulae |          |         | array of 1 formula string that returns the value to compare against each cell |\n| style    |          |         | style structure to apply if the comparison returns true |\n\n**Cell Is Operators**\n\n| Operator    | Description |\n| ----------- | ----------- |\n| equal       | Apply format if cell value equals formula value |\n| greaterThan | Apply format if cell value is greater than formula value |\n| lessThan    | Apply format if cell value is less than formula value |\n| between     | Apply format if cell value is between two formula values (inclusive) |\n\n\n### Top 10\n\n| Field    | Optional | Default | Description |\n| -------- | -------- | ------- | ----------- |\n| type     |          |         | 'top10' |\n| priority | Y        | &lt;auto&gt;  | determines priority ordering of styles |\n| rank     | Y        | 10      | specifies how many top (or bottom) values are included in the formatting |\n| percent  | Y        | false   | if true, the rank field is a percentage, not an absolute |\n| bottom   | Y        | false   | if true, the bottom values are included instead of the top |\n| style    |          |         | style structure to apply if the comparison returns true |\n\n### Above Average\n\n| Field         | Optional | Default | Description |\n| ------------- | -------- | ------- | ----------- |\n| type          |          |         | 'aboveAverage' |\n| priority      | Y        | &lt;auto&gt;  | determines priority ordering of styles |\n| aboveAverage  | Y        | false   | if true, the rank field is a percentage, not an absolute |\n| style         |          |         | style structure to apply if the comparison returns true |\n\n### Colour Scale\n\n| Field         | Optional | Default | Description |\n| ------------- | -------- | ------- | ----------- |\n| type          |          |         | 'colorScale' |\n| priority      | Y        | &lt;auto&gt;  | determines priority ordering of styles |\n| cfvo          |          |         | array of 2 to 5 Conditional Formatting Value Objects specifying way-points in the value range |\n| color         |          |         | corresponding array of colours to use at given way points |\n| style         |          |         | style structure to apply if the comparison returns true |\n\n### Icon Set\n\n| Field         | Optional | Default | Description |\n| ------------- | -------- | ------- | ----------- |\n| type          |          |         | 'iconSet' |\n| priority      | Y        | &lt;auto&gt;  | determines priority ordering of styles |\n| iconSet       | Y        | 3TrafficLights | name of icon set to use |\n| cfvo          |          |         | array of 2 to 5 Conditional Formatting Value Objects specifying way-points in the value range |\n| style         |          |         | style structure to apply if the comparison returns true |\n\n### Contains Text\n\n| Field    | Optional | Default | Description |\n| -------- | -------- | ------- | ----------- |\n| type     |          |         | 'containsText' |\n| priority | Y        | &lt;auto&gt;  | determines priority ordering of styles |\n| operator |          |         | type of text comparison |\n| text     |          |         | text to search for |\n| style    |          |         | style structure to apply if the comparison returns true |\n\n**Contains Text Operators**\n\n| Operator          | Description |\n| ----------------- | ----------- |\n| containsText      | Apply format if cell value contains the value specified in the 'text' field |\n| containsBlanks    | Apply format if cell value contains blanks |\n| notContainsBlanks | Apply format if cell value does not contain blanks |\n| containsErrors    | Apply format if cell value contains errors |\n| notContainsErrors | Apply format if cell value does not contain errors |\n\n### Time Period\n\n| Field      | Optional | Default | Description |\n| ---------- | -------- | ------- | ----------- |\n| type       |          |         | 'timePeriod' |\n| priority   | Y        | &lt;auto&gt;  | determines priority ordering of styles |\n| timePeriod |          |         | what time period to compare cell value to |\n| style      |          |         | style structure to apply if the comparison returns true |\n\n**Time Periods**\n\n| Time Period       | Description |\n| ----------------- | ----------- |\n| lastWeek          | Apply format if cell value falls within the last week |\n| thisWeek          | Apply format if cell value falls in this week |\n| nextWeek          | Apply format if cell value falls in the next week |\n| yesterday         | Apply format if cell value is equal to yesterday |\n| today             | Apply format if cell value is equal to today |\n| tomorrow          | Apply format if cell value is equal to tomorrow |\n| last7Days         | Apply format if cell value falls within the last 7 days |\n| lastMonth         | Apply format if cell value falls in last month |\n| thisMonth         | Apply format if cell value falls in this month |\n| nextMonth         | Apply format if cell value falls in next month |\n\n\n## Outline Levels\n\nExcel supports outlining; where rows or columns can be expanded or collapsed depending on what level of detail the user wishes to view.\n\nOutline levels can be defined in column setup:\n```javascript\nworksheet.columns = [\n  { header: 'Id', key: 'id', width: 10 },\n  { header: 'Name', key: 'name', width: 32 },\n  { header: 'D.O.B.', key: 'DOB', width: 10, outlineLevel: 1 }\n];\n```\n\nOr directly on the row or column\n```javascript\nworksheet.getColumn(3).outlineLevel = 1;\nworksheet.getRow(3).outlineLevel = 1;\n```\n\nThe sheet outline levels can be set on the worksheet\n```javascript\n// set column outline level\nworksheet.properties.outlineLevelCol = 1;\n\n// set row outline level\nworksheet.properties.outlineLevelRow = 1;\n```\n\nNote: adjusting outline levels on rows or columns or the outline levels on the worksheet will incur a side effect of also modifying the collapsed property of all rows or columns affected by the property change. E.g.:\n```javascript\nworksheet.properties.outlineLevelCol = 1;\n\nworksheet.getColumn(3).outlineLevel = 1;\nexpect(worksheet.getColumn(3).collapsed).to.be.true;\n\nworksheet.properties.outlineLevelCol = 2;\nexpect(worksheet.getColumn(3).collapsed).to.be.false;\n```\n\nThe outline properties can be set on the worksheet\n\n```javascript\nworksheet.properties.outlineProperties = {\n  summaryBelow: false,\n  summaryRight: false,\n};\n```\n\n## Images\n\nAdding images to a worksheet is a two-step process.\nFirst, the image is added to the workbook via the addImage() function which will also return an imageId value.\nThen, using the imageId, the image can be added to the worksheet either as a tiled background or covering a cell range.\n\nNote: As of this version, adjusting or transforming the image is not supported.\n\n### Add Image to Workbook\n\nThe Workbook.addImage function supports adding images by filename or by Buffer.\nNote that in both cases, the extension must be specified.\nValid extension values include 'jpeg', 'png', 'gif'.\n\n```javascript\n// add image to workbook by filename\nvar imageId1 = workbook.addImage({\n  filename: 'path/to/image.jpg',\n  extension: 'jpeg',\n});\n\n// add image to workbook by buffer\nvar imageId2 = workbook.addImage({\n  buffer: fs.readFileSync('path/to.image.png'),\n  extension: 'png',\n});\n\n// add image to workbook by base64\nvar myBase64Image = \"data:image/png;base64,iVBORw0KG...\";\nvar imageId2 = workbook.addImage({\n  base64: myBase64Image,\n  extension: 'png',\n});\n```\n\n### Add image background to worksheet\n\nUsing the image id from Workbook.addImage, the background to a worksheet can be set using the addBackgroundImage function\n\n```javascript\n// set background\nworksheet.addBackgroundImage(imageId1);\n```\n\n### Add image over a range\n\nUsing the image id from Workbook.addImage, an image can be embedded within the worksheet to cover a range.\nThe coordinates calculated from the range will cover from the top-left of the first cell to the bottom right of the second.\n\n```javascript\n// insert an image over B2:D6\nworksheet.addImage(imageId2, 'B2:D6');\n```\n\nUsing a structure instead of a range string, it is possible to partially cover cells.\n\nNote that the coordinate system used for this is zero based, so the top-left of A1 will be { col: 0, row: 0 }.\nFractions of cells can be specified by using floating point numbers, e.g. the midpoint of A1 is { col: 0.5, row: 0.5 }.\n\n```javascript\n// insert an image over part of B2:D6\nworksheet.addImage(imageId2, {\n  tl: { col: 1.5, row: 1.5 },\n  br: { col: 3.5, row: 5.5 }\n});\n```\n\nThe cell range can also have the eproperty 'editAs' which will control how the image is anchored to the cell(s)\nIt can have one of the following values:\n\n| Value     | Description |\n| --------- | ----------- |\n| undefined | This is the default. It specifies the image will be moved and sized with cells |\n| oneCell   | Image will be moved with cells but not sized |\n| absolute  | Image will not be moved or sized with cells |\n\n```javascript\nws.addImage(imageId, {\n  tl: { col: 0.1125, row: 0.4 },\n  br: { col: 2.101046875, row: 3.4 },\n  editAs: 'oneCell'\n});\n```\n\n### Add image to a cell\n\nYou can add an image to a cell and then define its width and height in pixels at 96dpi.\n\n```javascript\nworksheet.addImage(imageId2, {\n  tl: { col: 0, row: 0 },\n  ext: { width: 500, height: 200 }\n});\n```\n\n### Add image with hyperlinks\n\nYou can add an image with hyperlinks to a cell, and defines the hyperlinks in image range.\n\n```javascript\nworksheet.addImage(imageId2, {\n  tl: { col: 0, row: 0 },\n  ext: { width: 500, height: 200 },\n  hyperlinks: {\n    hyperlink: 'http://www.somewhere.com',\n    tooltip: 'http://www.somewhere.com'\n  }\n});\n```\n\n## Sheet Protection\n\nWorksheets can be protected from modification by adding a password.\n\n```javascript\nawait worksheet.protect('the-password', options);\n```\n\nWorksheet protection can also be removed:\n\n```javascript\nworksheet.unprotect();\n```\n\n\nSee <a href=\"#cell-protection\">Cell Protection</a> for details on how\nto modify individual cell protection.\n\n**Note:** While the protect() function ret","readmeFilename":"README.md"}