{"id":13404132,"url":"https://github.com/exceljs/exceljs","last_synced_at":"2025-12-12T04:03:29.687Z","repository":{"id":24386804,"uuid":"27786663","full_name":"exceljs/exceljs","owner":"exceljs","description":"Excel Workbook Manager","archived":false,"fork":false,"pushed_at":"2025-01-21T16:00:46.000Z","size":21786,"stargazers_count":14353,"open_issues_count":721,"forks_count":1834,"subscribers_count":182,"default_branch":"master","last_synced_at":"2025-05-05T14:14:31.000Z","etag":null,"topics":["csv","exceljs","hacktoberfest","streaming-workbook","workbook","workbook-writer","worksheet","xlsx","xlsx-workbook","xlsxreader","xlsxwriter"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exceljs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-12-09T20:57:12.000Z","updated_at":"2025-05-05T11:42:56.000Z","dependencies_parsed_at":"2023-02-12T23:01:47.155Z","dependency_job_id":"f6e6989f-ed46-445d-8efc-f653031ba10d","html_url":"https://github.com/exceljs/exceljs","commit_stats":{"total_commits":1327,"total_committers":228,"mean_commits":"5.8201754385964914","dds":0.6360211002260738,"last_synced_commit":"5bed18b45e824f409b08456b59b87430ded023ab"},"previous_names":["guyonroche/exceljs"],"tags_count":223,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exceljs%2Fexceljs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exceljs%2Fexceljs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exceljs%2Fexceljs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exceljs%2Fexceljs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exceljs","download_url":"https://codeload.github.com/exceljs/exceljs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253774592,"owners_count":21962199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","exceljs","hacktoberfest","streaming-workbook","workbook","workbook-writer","worksheet","xlsx","xlsx-workbook","xlsxreader","xlsxwriter"],"created_at":"2024-07-30T19:01:39.519Z","updated_at":"2025-12-12T04:03:23.291Z","avatar_url":"https://github.com/exceljs.png","language":"JavaScript","readme":"# ExcelJS\n\n[![Build Status](https://github.com/exceljs/exceljs/actions/workflows/tests.yml/badge.svg?branch=master\u0026event=push)](https://github.com/exceljs/exceljs/actions/workflows/tests.yml)\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* Merged [Add pivot table with limitations #2551](https://github.com/exceljs/exceljs/pull/2551). \u003cbr/\u003e Many thanks to Protobi and \u003ca href=\"https://github.com/mikez\"\u003eMichael\u003c/a\u003e for this contribution!\n* Merged [fix: styles rendering in case when \"numFmt\" is present in conditional formatting rules (resolves #1814) #1815](https://github.com/exceljs/exceljs/pull/1815). \u003cbr/\u003e Many thanks to [@andreykrupskii](https://github.com/andreykrupskii) for this contribution!\n* Merged [inlineStr cell type support #1575 #1576](https://github.com/exceljs/exceljs/pull/1576). \u003cbr/\u003e Many thanks to [@drdmitry](https://github.com/drdmitry) for this contribution!\n* Merged [Fix parsing of boolean attributes #1849](https://github.com/exceljs/exceljs/pull/1849). \u003cbr/\u003e Many thanks to [@bno1](https://github.com/bno1) for this contribution!\n* Merged [add optional custom auto-filter to table #1670](https://github.com/exceljs/exceljs/pull/1670). \u003cbr/\u003e Many thanks to [@thambley](https://github.com/thambley) for this contribution!\n* Merged [Deep copy inherited style #1850](https://github.com/exceljs/exceljs/pull/1850). \u003cbr/\u003e Many thanks to [@ikzhr](https://github.com/ikzhr) for this contribution!\n* Merged [Upgrade actions/cache and actions/setup-node #1846](https://github.com/exceljs/exceljs/pull/1846). \u003cbr/\u003e Many thanks to [@cclauss](https://github.com/cclauss) for this contribution!\n* Merged [Check object keys in isEqual #1831](https://github.com/exceljs/exceljs/pull/1831). \u003cbr/\u003e Many thanks to [@bno1](https://github.com/bno1) for this contribution!\n* Merged [Add v17 to testing workflow #1856](https://github.com/exceljs/exceljs/pull/1856). \u003cbr/\u003e Many thanks to [@Siemienik](https://github.com/Siemienik) for this contribution!\n* Merged [Upgrade jszip to its latest version to date. This version does not have any vulnerability found by Snyk so far #1895](https://github.com/exceljs/exceljs/pull/1895). \u003cbr/\u003e Many thanks to [@ValerioSevilla](https://github.com/ValerioSevilla) for this contribution!\n* Merged [Update README.md #1677](https://github.com/exceljs/exceljs/pull/1677). \u003cbr/\u003e Many thanks to [@xjrcode](https://github.com/xjrcode) for this contribution!\n* Merged [(docs): set prototype of RegExp correctly. #1700](https://github.com/exceljs/exceljs/pull/1700). \u003cbr/\u003e Many thanks to [@joeldenning](https://github.com/joeldenning) for this contribution!\n* Merged [Added timeouts to github actions #1733](https://github.com/exceljs/exceljs/pull/1733). \u003cbr/\u003e Many thanks to [@alexbjorlig](https://github.com/alexbjorlig) for this contribution!\n* Merged [fix issue 1676 #1701](https://github.com/exceljs/exceljs/pull/1701). \u003cbr/\u003e Many thanks to [@skypesky](https://github.com/skypesky) for this contribution!\n* Merged [ExcelJS/ExcelJS#2237 : Update CI Tests, Drop support for Node v8  #2242](https://github.com/exceljs/exceljs/pull/2242). \u003cbr/\u003e Many thanks to [@Siemienik](https://github.com/Siemienik) for this contribution!\n* Merged [Fix types for getWorksheet() #2223](https://github.com/exceljs/exceljs/pull/2223). \u003cbr/\u003e Many thanks to [@hfhchan-plb](https://github.com/hfhchan-plb) for this contribution!\n* Merged [add characters cannot be used for worksheet name #2126](https://github.com/exceljs/exceljs/pull/2126). \u003cbr/\u003e Many thanks to [@tkm-kj](https://github.com/tkm-kj) for this contribution!\n* Merged [Fix issue #1753 Reject promise when workbook reader is writing to temporary file stream and error occurs #1756](https://github.com/exceljs/exceljs/pull/1756). \u003cbr/\u003e Many thanks to [@pauliusg](https://github.com/pauliusg) for this contribution!\n* Merged [README.md to have correct link for Streaming XLSX #2186](https://github.com/exceljs/exceljs/pull/2186). \u003cbr/\u003e Many thanks to [@wulfsolter](https://github.com/wulfsolter) for this contribution!\n* Merged [Added a polyfill of promise.finally to support lower versions of Firefox. #1982](https://github.com/exceljs/exceljs/pull/1982). \u003cbr/\u003e Many thanks to [@DemoJj](https://github.com/DemoJj) for this contribution!\n* Merged [Fix read this.worksheet before assign it #1934](https://github.com/exceljs/exceljs/pull/1934). \u003cbr/\u003e Many thanks to [@ZyqGitHub1](https://github.com/ZyqGitHub1) for this contribution!\n* Merged [chore: upgrade jszip to ^3.10.1 #2211](https://github.com/exceljs/exceljs/pull/2211). \u003cbr/\u003e Many thanks to [@jarrod-cocoon](https://github.com/jarrod-cocoon) for this contribution!\n* Merged [fixed spelling error in README.md file #2208](https://github.com/exceljs/exceljs/pull/2208). \u003cbr/\u003e Many thanks to [@HugoP27](https://github.com/HugoP27) for this contribution!\n* Merged [fix: Fix xlsx.writeFile() not catching error when error occurs #2244](https://github.com/exceljs/exceljs/pull/2244). \u003cbr/\u003e Many thanks to [@zurmokeeper](https://github.com/zurmokeeper) for this contribution!\n* Merged [Improve worksheets' naming validation logic. #2257](https://github.com/exceljs/exceljs/pull/2257). \u003cbr/\u003e Many thanks to [@Siemienik](https://github.com/Siemienik) for this contribution!\n* Merged [fix issue 2125 - spliceRows remove last row #2140](https://github.com/exceljs/exceljs/pull/2140). \u003cbr/\u003e Many thanks to [@babu-ch](https://github.com/babu-ch) for this contribution!\n* Merged [fix: fix the loss of column attributes due to incorrect column order #2222](https://github.com/exceljs/exceljs/pull/2222). \u003cbr/\u003e Many thanks to [@cpaiyueyue](https://github.com/cpaiyueyue) for this contribution!\n* Merged [Fix: Sheet Properties Types #2327](https://github.com/exceljs/exceljs/pull/2327). \u003cbr/\u003e Many thanks to [@albeniraouf](https://github.com/albeniraouf) for this contribution!\n* Merged [Use node 18 LTS for tsc, and benchmark. Add node 20. to test matrix. … #2354](https://github.com/exceljs/exceljs/pull/2354). \u003cbr/\u003e Many thanks to [@Siemienik](https://github.com/Siemienik) for this contribution!\n* Merged [Add missing tooltip attribute to CellHyperlinkValue index.d.ts #2350](https://github.com/exceljs/exceljs/pull/2350). \u003cbr/\u003e Many thanks to [@NiklasPor](https://github.com/NiklasPor) for this contribution!\n* Merged [Increase resilience to generating large workbooks #2320](https://github.com/exceljs/exceljs/pull/2320). \u003cbr/\u003e Many thanks to [@hfhchan-plb](https://github.com/hfhchan-plb) for this contribution!\n* Merged [repair all 'c2fo.io' links ('c2fo.github.io') #2324](https://github.com/exceljs/exceljs/pull/2324). \u003cbr/\u003e Many thanks to [@justintunev7](https://github.com/justintunev7) for this contribution!\n* Merged [fix: fix type definitions about last column, formula values and protection #2309](https://github.com/exceljs/exceljs/pull/2309). \u003cbr/\u003e Many thanks to [@gltjk](https://github.com/gltjk) for this contribution!\n* Merged [fix: add spinCount field for WorksheetProtection type #2284](https://github.com/exceljs/exceljs/pull/2284). \u003cbr/\u003e Many thanks to [@damingerdai](https://github.com/damingerdai) for this contribution!\n* Merged [Add type definition for WorksheetModel.merges #2281](https://github.com/exceljs/exceljs/pull/2281). \u003cbr/\u003e Many thanks to [@ytjmt](https://github.com/ytjmt) for this contribution!\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### Let's chat together:\n\n[![SiemaTeam](https://discordapp.com/api/guilds/976854442009825321/widget.png?style=banner2)](https://discord.gg/siema)\n\n# Contents\n\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=\"#importing\"\u003eImporting\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\n    \u003ca href=\"#interface\"\u003eInterface\u003c/a\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ca href=\"#create-a-workbook\"\u003eCreate a Workbook\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#set-workbook-properties\"\u003eSet Workbook Properties\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#workbook-views\"\u003eWorkbook Views\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#add-a-worksheet\"\u003eAdd a Worksheet\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#remove-a-worksheet\"\u003eRemove a Worksheet\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#access-worksheets\"\u003eAccess Worksheets\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#worksheet-state\"\u003eWorksheet State\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#worksheet-properties\"\u003eWorksheet Properties\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#page-setup\"\u003ePage Setup\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#headers-and-footers\"\u003eHeaders and Footers\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\n        \u003ca href=\"#worksheet-views\"\u003eWorksheet Views\u003c/a\u003e\n        \u003cul\u003e\n          \u003cli\u003e\u003ca href=\"#frozen-views\"\u003eFrozen Views\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#split-views\"\u003eSplit Views\u003c/a\u003e\u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#auto-filters\"\u003eAuto Filters\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#columns\"\u003eColumns\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#rows\"\u003eRows\u003c/a\u003e\n        \u003cul\u003e\n          \u003cli\u003e\u003ca href=\"#add-rows\"\u003eAdd Rows\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#handling-individual-cells\"\u003eHandling Individual Cells\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#merged-cells\"\u003eMerged Cells\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#insert-rows\"\u003eInsert Rows\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#splice\"\u003eSplice\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#duplicate-a-row\"\u003eDuplicate Row\u003c/a\u003e\u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#defined-names\"\u003eDefined Names\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#data-validations\"\u003eData Validations\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#cell-comments\"\u003eCell Comments\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#tables\"\u003eTables\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#styles\"\u003eStyles\u003c/a\u003e\n        \u003cul\u003e\n          \u003cli\u003e\u003ca href=\"#number-formats\"\u003eNumber Formats\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#fonts\"\u003eFonts\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#alignment\"\u003eAlignment\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#borders\"\u003eBorders\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#fills\"\u003eFills\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#rich-text\"\u003eRich Text\u003c/a\u003e\u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#conditional-formatting\"\u003eConditional Formatting\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#outline-levels\"\u003eOutline Levels\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#images\"\u003eImages\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#sheet-protection\"\u003eSheet Protection\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#file-io\"\u003eFile I/O\u003c/a\u003e\n        \u003cul\u003e\n          \u003cli\u003e\u003ca href=\"#xlsx\"\u003eXLSX\u003c/a\u003e\n            \u003cul\u003e\n              \u003cli\u003e\u003ca href=\"#reading-xlsx\"\u003eReading XLSX\u003c/a\u003e\u003c/li\u003e\n              \u003cli\u003e\u003ca href=\"#writing-xlsx\"\u003eWriting XLSX\u003c/a\u003e\u003c/li\u003e\n            \u003c/ul\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#csv\"\u003eCSV\u003c/a\u003e\n            \u003cul\u003e\n              \u003cli\u003e\u003ca href=\"#reading-csv\"\u003eReading CSV\u003c/a\u003e\u003c/li\u003e\n              \u003cli\u003e\u003ca href=\"#writing-csv\"\u003eWriting CSV\u003c/a\u003e\u003c/li\u003e\n            \u003c/ul\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#streaming-io\"\u003eStreaming I/O\u003c/a\u003e\n            \u003cul\u003e\n              \u003cli\u003e\u003ca href=\"#streaming-xlsx\"\u003eStreaming XLSX\u003c/a\u003e\u003c/li\u003e\n            \u003c/ul\u003e\n          \u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"#browser\"\u003eBrowser\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\n    \u003ca href=\"#value-types\"\u003eValue Types\u003c/a\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ca href=\"#null-value\"\u003eNull Value\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#merge-cell\"\u003eMerge Cell\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#number-value\"\u003eNumber Value\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#string-value\"\u003eString Value\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#date-value\"\u003eDate Value\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#hyperlink-value\"\u003eHyperlink Value\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\n        \u003ca href=\"#formula-value\"\u003eFormula Value\u003c/a\u003e\n        \u003cul\u003e\n          \u003cli\u003e\u003ca href=\"#shared-formula\"\u003eShared Formula\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#formula-type\"\u003eFormula Type\u003c/a\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"#array-formula\"\u003eArray Formula\u003c/a\u003e\u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#rich-text-value\"\u003eRich Text Value\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#boolean-value\"\u003eBoolean Value\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#error-value\"\u003eError Value\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"#config\"\u003eConfig\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"#known-issues\"\u003eKnown Issues\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"#release-history\"\u003eRelease History\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n# Importing[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n```javascript\nconst ExcelJS = require('exceljs');\n```\n\n## ES5 Imports[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nTo use the ES5 transpiled code, for example for node.js versions older than 10, 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.string.includes');\nrequire('core-js/modules/es.object.assign');\nrequire('core-js/modules/es.object.keys');\nrequire('core-js/modules/es.symbol');\nrequire('core-js/modules/es.symbol.async-iterator');\nrequire('regenerator-runtime/runtime');\n\nconst ExcelJS = require('exceljs/dist/es5');\n```\n\nFor IE 11, you'll also need a polyfill to support unicode regex patterns. For example,\n\n```js\nconst rewritePattern = require('regexpu-core');\nconst {generateRegexpuOptions} = require('@babel/helper-create-regexp-features-plugin/lib/util');\n\nconst {RegExp} = global;\ntry {\n  new RegExp('a', 'u');\n} catch (err) {\n  global.RegExp = function(pattern, flags) {\n    if (flags \u0026\u0026 flags.includes('u')) {\n      return new RegExp(rewritePattern(pattern, flags, generateRegexpuOptions({flags, pattern})));\n    }\n    return new RegExp(pattern, flags);\n  };\n  global.RegExp.prototype = RegExp.prototype;\n}\n```\n\n## Browserify[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nExcelJS publishes two browserified bundles inside the dist/ folder:\n\nOne with implicit dependencies on core-js polyfills...\n```html\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"exceljs.js\"\u003e\u003c/script\u003e\n```\n\nAnd one without...\n```html\n\u003cscript src=\"--your-project's-pollyfills-here--\"\u003e\u003c/script\u003e\n\u003cscript src=\"exceljs.bare.js\"\u003e\u003c/script\u003e\n```\n\n\n# Interface[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n## Create a Workbook[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n```javascript\nconst workbook = new ExcelJS.Workbook();\n```\n\n## Set Workbook Properties[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n```javascript\n// Force workbook calculation on load\nworkbook.calcProperties.fullCalcOnLoad = true;\n```\n\n## Workbook Views[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n```javascript\nconst 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\nconst sheet = workbook.addWorksheet('My Sheet', {properties:{tabColor:{argb:'FFC0000'}}});\n\n// create a sheet where the grid lines are hidden\nconst sheet = workbook.addWorksheet('My Sheet', {views: [{showGridLines: false}]});\n\n// create a sheet with the first row and column frozen\nconst sheet = workbook.addWorksheet('My Sheet', {views:[{state: 'frozen', xSplit: 1, ySplit:1}]});\n\n// Create worksheets with headers and footers\nconst sheet = workbook.addWorksheet('My Sheet', {\n  headerFooter:{firstHeader: \"Hello Exceljs\", firstFooter: \"Hello World\"}\n});\n\n// create new sheet with pageSetup settings for A4 - landscape\nconst worksheet =  workbook.addWorksheet('My Sheet', {\n  pageSetup:{paperSize: 9, orientation:'landscape'}\n});\n```\n\n## Remove a Worksheet[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nUse the worksheet `id` to remove the sheet from workbook.\n\nFor Example:\n\n```javascript\n// Create a worksheet\nconst sheet = workbook.addWorksheet('My Sheet');\n\n// Remove the worksheet using worksheet id\nworkbook.removeWorksheet(sheet.id)\n```\n\n## Access Worksheets[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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\nconst worksheet = workbook.getWorksheet('My Sheet');\n\n// fetch sheet by id\n// INFO: Be careful when using it!\n// It tries to access to `worksheet.id` field. Sometimes (really very often) workbook has worksheets with id not starting from 1.\n// For instance It happens when any worksheet has been deleted.\n// It's much more safety when you assume that ids are random. And stop to use this function.\n// If you need to access all worksheets in a loop please look to the next example.\nconst worksheet = workbook.getWorksheet(1);\n\n// access by `worksheets` array:\nworkbook.worksheets[0]; //the first one;\n\n```\n\nIt's important to know that `workbook.getWorksheet(1) != Workbook.worksheets[0]` and `workbook.getWorksheet(1) != Workbook.worksheets[1]`,\nbecause `workbook.worksheets[0].id` may have any value.\n\n## Worksheet State[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nWorksheets support a property bucket to allow control over some features of the worksheet.\n\n```javascript\n// create new sheet with properties\nconst worksheet = workbook.addWorksheet('sheet', {properties:{tabColor:{argb:'FF00FF00'}}});\n\n// create a new sheet writer with properties\nconst worksheetWriter = workbookWriter.addWorksheet('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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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\nconst 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\nconst worksheetWriter = workbookWriter.addWorksheet('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 '\u0026\u0026'\nworksheet.pageSetup.printArea = 'A1:G10\u0026\u0026A11: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| A3                            |  8        |\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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\n// Create worksheets with headers and footers\nvar sheet = workbook.addWorksheet('sheet', {\n  headerFooter:{firstHeader: \"Hello Exceljs\", firstFooter: \"Hello World\"}\n});\n// Create worksheets with headers and footers\nvar worksheetWriter = workbookWriter.addWorksheet('sheet', {\n  headerFooter:{firstHeader: \"Hello Exceljs\", firstFooter: \"Hello World\"}\n});\n// Set footer (default centered), result: \"Page 2 of 16\"\nworksheet.headerFooter.oddFooter = \"Page \u0026P of \u0026N\";\n\n// Set the footer (default centered) to bold, resulting in: \"Page 2 of 16\"\nworksheet.headerFooter.oddFooter = \"Page \u0026P of \u0026N\";\n\n// Set the left footer to 18px and italicize. Result: \"Page 2 of 16\"\nworksheet.headerFooter.oddFooter = \"\u0026LPage \u0026P of \u0026N\";\n\n// Set the middle header to gray Aril, the result: \"52 exceljs\"\nworksheet.headerFooter.oddHeader = \"\u0026C\u0026KCCCCCC\u0026\\\"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 = \"\u0026Lexceljs\u0026C\u0026F\u0026RPage \u0026P\";\n\n// Add different header \u0026 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| \u0026L           | Set position to the left |\n| \u0026C           | Set position to the center |\n| \u0026R           | Set position to the right |\n| \u0026P           | The current page number |\n| \u0026N           | The total number of pages |\n| \u0026D           | The current date |\n| \u0026T           | The current time |\n| \u0026G           | A picture |\n| \u0026A           | The worksheet name |\n| \u0026F           | The file name |\n| \u0026B           | Make text bold |\n| \u0026I           | Italicize text |\n| \u0026U           | Underline text |\n| \u0026\"font name\" | font name, for example \u0026\"Aril\" |\n| \u0026font size   | font size, for example 12 |\n| \u0026KHEXCode    | font color, for example \u0026KCCCCCC |\n\n## Worksheet Views[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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 compatible with frozen views |\n\n### Frozen Views[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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\nconst idCol = worksheet.getColumn('id');\nconst nameCol = worksheet.getColumn('B');\nconst 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 defined, 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 column inserts,\n//  the rows will still be shifted as if the values existed\nconst newCol3Values = [1,2,3,4,5];\nconst newCol4Values = ['one', 'two', 'three', 'four', 'five'];\nworksheet.spliceColumns(3, 1, newCol3Values, newCol4Values);\n\n```\n\n## Rows[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n```javascript\n// Get a row object. If it doesn't already exist, a new empty one will be returned\nconst row = worksheet.getRow(5);\n\n// Get multiple row objects. If it doesn't already exist, new empty ones will be returned\nconst rows = worksheet.getRows(5, 2); // start, length (\u003e0, else undefined is returned)\n\n// Get the last editable row in a worksheet (or undefined if there are none)\nconst 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) ==\u003e 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)\nconst 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// Commit a completed row to stream\nrow.commit();\n\n// row metrics\nconst rowSize = row.cellCount;\nconst numValues = row.actualCellCount;\n```\n\n## Add Rows[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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 \u0026 C)\nworksheet.addRow([3, 'Sam', new Date()]);\n\n// Add a row by sparse Array (assign to columns A, E \u0026 I)\nconst rowValues = [];\nrowValues[1] = 4;\nrowValues[5] = 'Kyle';\nrowValues[9] = new Date();\nworksheet.addRow(rowValues);\n\n// Add a row with inherited style\n// This new row will have same style as last row\n// And return as row object\nconst newRow = worksheet.addRow(rowValues, 'i');\n\n// Add an array of rows\nconst rows = [\n  [5,'Bob',new Date()], // row by array\n  {id:6, name: 'Barbara', dob: new Date()}\n];\n// add new rows and return them as array of row objects\nconst newRows = worksheet.addRows(rows);\n\n// Add an array of rows with inherited style\n// These new rows will have same styles as last row\n// and return them as array of row objects\nconst newRowsStyled = worksheet.addRows(rows, 'i');\n```\n| Parameter | Description | Default Value |\n| -------------- | ----------------- | -------- |\n| value/s    | The new row/s values |  |\n| style            | 'i' for inherit from row above, 'i+' to include empty cells, 'n' for none | *'n'* |\n\n## Handling Individual Cells[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n```javascript\nconst 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...\nconst html = '\u003cdiv\u003e' + cell.html + '\u003c/div\u003e';\n\n```\n\n## Merged Cells[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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\n## Insert Rows[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n```javascript\ninsertRow(pos, value, style = 'n')\ninsertRows(pos, values, style = 'n')\n\n// Insert a couple of Rows by key-value, shifting down rows every time\nworksheet.insertRow(1, {id: 1, name: 'John Doe', dob: new Date(1970,1,1)});\nworksheet.insertRow(1, {id: 2, name: 'Jane Doe', dob: new Date(1965,1,7)});\n\n// Insert a row by contiguous Array (assign to columns A, B \u0026 C)\nworksheet.insertRow(1, [3, 'Sam', new Date()]);\n\n// Insert a row by sparse Array (assign to columns A, E \u0026 I)\nvar rowValues = [];\nrowValues[1] = 4;\nrowValues[5] = 'Kyle';\nrowValues[9] = new Date();\n// insert new row and return as row object\nconst insertedRow = worksheet.insertRow(1, rowValues);\n\n// Insert a row, with inherited style\n// This new row will have same style as row on top of it\n// And return as row object\nconst insertedRowInherited = worksheet.insertRow(1, rowValues, 'i');\n\n// Insert a row, keeping original style\n// This new row will have same style as it was previously\n// And return as row object\nconst insertedRowOriginal = worksheet.insertRow(1, rowValues, 'o');\n\n// Insert an array of rows, in position 1, shifting down current position 1 and later rows by 2 rows\nvar rows = [\n  [5,'Bob',new Date()], // row by array\n  {id:6, name: 'Barbara', dob: new Date()}\n];\n// insert new rows and return them as array of row objects\nconst insertedRows = worksheet.insertRows(1, rows);\n\n// Insert an array of rows, with inherited style\n// These new rows will have same style as row on top of it\n// And return them as array of row objects\nconst insertedRowsInherited = worksheet.insertRows(1, rows, 'i');\n\n// Insert an array of rows, keeping original style\n// These new rows will have same style as it was previously in 'pos' position\nconst insertedRowsOriginal = worksheet.insertRows(1, rows, 'o');\n\n```\n| Parameter | Description | Default Value |\n| -------------- | ----------------- | -------- |\n| pos          | Row number where you want to insert, pushing down all rows from there |  |\n| value/s    | The new row/s values |  |\n| style            | 'i' for inherit from row above, , 'i+' to include empty cells, 'o' for original style, 'o+' to include empty cells, 'n' for none | *'n'* |\n\n## Splice[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n```javascript\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.\nconst newRow3Values = [1, 2, 3, 4, 5];\nconst 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| Parameter | Description | Default Value |\n| -------------- | ----------------- | -------- |\n| start    | Starting point to splice from |  |\n| count    | Number of rows/cells to remove |  |\n| ...inserts            | New row/cell values to insert |  |\n\n## Duplicate a Row[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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 decimal 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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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  margins: {\n    insetmode: 'custom',\n    inset: [0.25, 0.25, 0.35, 0.35]\n  },\n  protection: {\n    locked: True,\n    lockText: False\n  },\n  editAs: 'twoCells',\n};\n```\n\n### Cell Comments Properties[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nThe following table defines the properties supported by cell comments.\n\n| Field     | Required | Default Value | Description |\n| --------  | -------- | ------------- | ----------- |\n| texts     | Y        |               | The text of the comment |\n| margins | N        | {}  | Determines the value of margins for automatic or custom cell comments\n| protection   | N        | {} | Specifying the lock status of objects and object text using protection attributes |\n| editAs   | N        | 'absolute' | Use the 'editAs' attribute to specify how the annotation is anchored to the cell  |\n\n### Cell Comments Margins\n\nDetermine the page margin setting mode of the cell annotation, automatic or custom mode.\n\n```javascript\nws.getCell('B1').note.margins = {\n  insetmode: 'custom',\n  inset: [0.25, 0.25, 0.35, 0.35]\n}\n```\n\n### Supported Margins Properties[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Property     | Required | Default Value | Description |\n| --------  | -------- | ------------- | ----------- |\n| insetmode     | N        |    'auto'           | Determines whether comment margins are set automatically and the value is 'auto' or 'custom' |\n| inset | N        | [0.13, 0.13, 0.25, 0.25]  | Whitespace on the borders of the comment. Units are centimeter. Direction is left, top, right, bottom |\n\nNote: This  ```inset``` setting takes effect only when the value of ```insetmode``` is 'custom'.\n\n### Cell Comments Protection\n\nSpecifying the lock status of objects and object text using protection attributes.\n\n```javascript\nws.getCell('B1').note.protection = {\n  locked: 'False',\n  lockText: 'False',\n};\n```\n\n### Supported Protection Properties[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Property     | Required | Default Value | Description |\n| --------  | -------- | ------------- | ----------- |\n| locked     | N        |    'True'           | This element specifies that the object is locked when the sheet is protected |\n| lockText | N        | 'True'  | This element specifies that the text of the object is locked |\n\nNote: Locked objects are valid only when the worksheet is protected.\n\n### Cell Comments EditAs[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nThe cell comments can also have the property 'editAs' which will control how the comments is anchored to the cell(s).\nIt can have one of the following values:\n\n```javascript\nws.getCell('B1').note.editAs = 'twoCells';\n```\n\n| Value     | Description |\n| --------- | ----------- |\n| twoCells | It specifies that the size and position of the note varies with cells |\n| oneCells   | It specifies that the size of the note is fixed and the position changes with the cell |\n| absolute  | This is the default. Comments will not be moved or sized with cells |\n\n## Tables[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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.removeColumns(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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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* \u003ca href=\"#number-formats\"\u003enumFmt\u003c/a\u003e\n* \u003ca href=\"#fonts\"\u003efont\u003c/a\u003e\n* \u003ca href=\"#alignment\"\u003ealignment\u003c/a\u003e\n* \u003ca href=\"#borders\"\u003eborder\u003c/a\u003e\n* \u003ca href=\"#fills\"\u003efill\u003c/a\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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...\nconst 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 \u003cu\u003eunderline\u003c/u\u003e style | true, false, 'none', 'single', 'double', 'singleAccounting', 'doubleAccounting' |\n| strike        | Font \u003cstrike\u003estrikethrough\u003c/strike\u003e | true, false |\n| outline       | Font outline | true, false |\n| vertAlign     | Vertical align | 'superscript', 'subscript'\n\n### Alignment[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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 solid coral\nws.getCell('A3').fill = {\n  type: 'pattern',\n  pattern:'solid',\n  fgColor:{argb:'F08080'},\n};\n\n// fill A4 with blue-white-blue gradient from left to right\nws.getCell('A4').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 A5 with red-green gradient from center\nws.getCell('A5').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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Property | Required | Description |\n| -------- | -------- | ----------- |\n| type     | Y        | Value: 'pattern'\u003cbr/\u003eSpecifies this fill uses patterns |\n| pattern  | Y        | Specifies type of pattern (see \u003ca href=\"#valid-pattern-types\"\u003eValid Pattern Types\u003c/a\u003e below) |\n| fgColor  | N        | Specifies the pattern foreground color. Default is black. |\n| bgColor  | N        | Specifies the pattern background color. Default is white. |\n\nNote: If you want to fill a cell using the `solid` pattern, then you don't need to specify `bgColor`.\nSee example above for cell `A3` with a `solid` pattern and a coral `fgColor`.\n\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Property | Required | Description |\n| -------- | -------- | ----------- |\n| type     | Y        | Value: 'gradient'\u003cbr/\u003eSpecifies 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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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 \u003ca href=\"font\"\u003eFonts\u003c/a\u003e 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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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 \u0026lt;extLst\u0026gt; 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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Field    | Optional | Default | Description |\n| -------- | -------- | ------- | ----------- |\n| type     |          |         | 'expression' |\n| priority | Y        | \u0026lt;auto\u0026gt;  | 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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Field    | Optional | Default | Description |\n| -------- | -------- | ------- | ----------- |\n| type     |          |         | 'cellIs' |\n| priority | Y        | \u0026lt;auto\u0026gt;  | 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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Field    | Optional | Default | Description |\n| -------- | -------- | ------- | ----------- |\n| type     |          |         | 'top10' |\n| priority | Y        | \u0026lt;auto\u0026gt;  | 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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Field         | Optional | Default | Description |\n| ------------- | -------- | ------- | ----------- |\n| type          |          |         | 'aboveAverage' |\n| priority      | Y        | \u0026lt;auto\u0026gt;  | 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### Color Scale[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Field         | Optional | Default | Description |\n| ------------- | -------- | ------- | ----------- |\n| type          |          |         | 'colorScale' |\n| priority      | Y        | \u0026lt;auto\u0026gt;  | 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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Field         | Optional | Default | Description |\n| ------------- | -------- | ------- | ----------- |\n| type          |          |         | 'iconSet' |\n| priority      | Y        | \u0026lt;auto\u0026gt;  | determines priority ordering of styles |\n| iconSet       | Y        | 3TrafficLights | name of icon set to use |\n| showValue     |          | true    | Specifies whether the cells in the applied range display the icon and cell value, or the icon only |\n| reverse       |          | false   | Specifies whether the icons in the icon set specified in iconSet are show in reserve order. If custom equals \"true\" this value must be ignored |\n| custom        |          |  false  | Specifies whether a custom set of icons is used |\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### Data Bar[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Field      | Optional | Default | Description |\n| ---------- | -------- | ------- | ----------- |\n| type       |          |         | 'dataBar' |\n| priority   | Y        | \u0026lt;auto\u0026gt;  | determines priority ordering of styles |\n| minLength  |          | 0       | Specifies the length of the shortest data bar in this conditional formatting range |\n| maxLength  |          | 100     | Specifies the length of the longest data bar in this conditional formatting range |\n| showValue  |          | true    | Specifies whether the cells in the conditional formatting range display both the data bar and the numeric value or the data bar |\n| gradient   |          | true    | Specifies whether the data bar has a gradient fill |\n| border     |          | true    | Specifies whether the data bar has a border |\n| negativeBarColorSameAsPositive  |                | true        | Specifies whether the data bar has a negative bar color that is different from the positive bar color |\n| negativeBarBorderColorSameAsPositive  |          | true        | Specifies whether the data bar has a negative border color that is different from the positive border color |\n| axisPosition  |       | 'auto'             | Specifies the axis position for the data bar |\n| direction  |          | 'leftToRight'      | Specifies the direction of the data bar |\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Field    | Optional | Default | Description |\n| -------- | -------- | ------- | ----------- |\n| type     |          |         | 'containsText' |\n| priority | Y        | \u0026lt;auto\u0026gt;  | 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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Field      | Optional | Default | Description |\n| ---------- | -------- | ------- | ----------- |\n| type       |          |         | 'timePeriod' |\n| priority   | Y        | \u0026lt;auto\u0026gt;  | 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## Outline Levels[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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 and images are not supported in streaming mode.\n\n### Add Image to Workbook[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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\nconst imageId1 = workbook.addImage({\n  filename: 'path/to/image.jpg',\n  extension: 'jpeg',\n});\n\n// add image to workbook by buffer\nconst imageId2 = workbook.addImage({\n  buffer: fs.readFileSync('path/to.image.png'),\n  extension: 'png',\n});\n\n// add image to workbook by base64\nconst myBase64Image = \"data:image/png;base64,iVBORw0KG...\";\nconst imageId2 = workbook.addImage({\n  base64: myBase64Image,\n  extension: 'png',\n});\n```\n\n### Add image background to worksheet[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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 property '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 | It specifies the image will be moved and sized with cells |\n| oneCell   | This is the default. 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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\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 \u003ca href=\"#cell-protection\"\u003eCell Protection\u003c/a\u003e for details on how\nto modify individual cell protection.\n\n**Note:** While the protect() function returns a Promise indicating\nthat it is async, the current implementation runs on the main\nthread and will use approx 600ms on an average CPU. This can be adjusted\nby setting the spinCount, which can be used to make the process either\nfaster or more resilient.\n\n### Sheet Protection Options[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Field               | Default | Description |\n| ------------------- | ------- | ----------- |\n| selectLockedCells   | true    | Lets the user select locked cells |\n| selectUnlockedCells | true    | Lets the user select unlocked cells |\n| formatCells         | false   | Lets the user format cells |\n| formatColumns       | false   | Lets the user format columns |\n| formatRows          | false   | Lets the user format rows |\n| insertRows          | false   | Lets the user insert rows |\n| insertColumns       | false   | Lets the user insert columns |\n| insertHyperlinks    | false   | Lets the user insert hyperlinks |\n| deleteRows          | false   | Lets the user delete rows |\n| deleteColumns       | false   | Lets the user delete columns |\n| sort                | false   | Lets the user sort data |\n| autoFilter          | false   | Lets the user filter data in tables |\n| pivotTables         | false   | Lets the user use pivot tables |\n| spinCount           | 100000  | The number of hash iterations performed when protecting or unprotecting |\n\n\n\n## File I/O[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n### XLSX[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n#### Reading XLSX[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nOptions supported when reading XLSX files.\n\n| Field            |  Required   |    Type     |Description  |\n| ---------------- | ----------- | ----------- | ----------- |\n| ignoreNodes      |     N       |  Array      | A list of node names to ignore while loading the XLSX document. Improves performance in some situations. \u003cbr/\u003e Available: `sheetPr`, `dimension`, `sheetViews `, `sheetFormatPr`, `cols `, `sheetData`, `autoFilter `, `mergeCells `, `rowBreaks`, `hyperlinks `, `pageMargins`, `dataValidations`, `pageSetup`, `headerFooter `, `printOptions `, `picture`, `drawing`, `sheetProtection`, `tableParts `, `conditionalFormatting`, `extLst`,|\n\n```javascript\n// read from a file\nconst workbook = new Excel.Workbook();\nawait workbook.xlsx.readFile(filename);\n// ... use workbook\n\n\n// read from a stream\nconst workbook = new Excel.Workbook();\nawait workbook.xlsx.read(stream);\n// ... use workbook\n\n\n// load from buffer\nconst workbook = new Excel.Workbook();\nawait workbook.xlsx.load(data);\n// ... use workbook\n\n\n// using additional options\nconst workbook = new Excel.Workbook();\nawait workbook.xlsx.load(data, {\n  ignoreNodes: [\n    'dataValidations' // ignores the workbook's Data Validations\n  ],\n});\n// ... use workbook\n```\n\n#### Writing XLSX[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n```javascript\n// write to a file\nconst workbook = createAndFillWorkbook();\nawait workbook.xlsx.writeFile(filename);\n\n// write to a stream\nawait workbook.xlsx.write(stream);\n\n// write to a new buffer\nconst buffer = await workbook.xlsx.writeBuffer();\n```\n\n### CSV[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n#### Reading CSV[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nOptions supported when reading CSV files.\n\n| Field            |  Required   |    Type     |Description  |\n| ---------------- | ----------- | ----------- | ----------- |\n| dateFormats      |     N       |  Array      | Specify the date encoding format of dayjs. |\n| map              |     N       |  Function   | Custom Array.prototype.map() callback function for processing data. |\n| sheetName        |     N       |  String     | Specify worksheet name. |\n| parserOptions    |     N       |  Object     | [parseOptions options](https://c2fo.github.io/fast-csv/docs/parsing/options)  @fast-csv/format module to write csv data. |\n\n```javascript\n// read from a file\nconst workbook = new Excel.Workbook();\nconst worksheet = await workbook.csv.readFile(filename);\n// ... use workbook or worksheet\n\n\n// read from a stream\nconst workbook = new Excel.Workbook();\nconst worksheet = await workbook.csv.read(stream);\n// ... use workbook or worksheet\n\n\n// read from a file with European Dates\nconst workbook = new Excel.Workbook();\nconst options = {\n  dateFormats: ['DD/MM/YYYY']\n};\nconst worksheet = await workbook.csv.readFile(filename, options);\n// ... use workbook or worksheet\n\n\n// read from a file with custom value parsing\nconst workbook = new Excel.Workbook();\nconst options = {\n  map(value, index) {\n    switch(index) {\n      case 0:\n        // column 1 is string\n        return value;\n      case 1:\n        // column 2 is a date\n        return new Date(value);\n      case 2:\n        // column 3 is JSON of a formula value\n        return JSON.parse(value);\n      default:\n        // the rest are numbers\n        return parseFloat(value);\n    }\n  },\n  // https://c2fo.github.io/fast-csv/docs/parsing/options\n  parserOptions: {\n    delimiter: '\\t',\n    quote: false,\n  },\n};\nconst worksheet = await workbook.csv.readFile(filename, options);\n// ... use workbook or worksheet\n```\n\nThe CSV parser uses [fast-csv](https://www.npmjs.com/package/fast-csv) to read the CSV file.\nThe formatterOptions in the options passed to the above write function will be passed to the @fast-csv/format module to write csv data.\n Please refer to the fast-csv README.md for details.\n\nDates are parsed using the npm module [dayjs](https://www.npmjs.com/package/dayjs).\n If a dateFormats array is not supplied, the following dateFormats are used:\n\n* 'YYYY-MM-DD\\[T\\]HH:mm:ss'\n* 'MM-DD-YYYY'\n* 'YYYY-MM-DD'\n\nPlease refer to the [dayjs CustomParseFormat plugin](https://github.com/iamkun/dayjs/blob/HEAD/docs/en/Plugin.md#customparseformat) for details on how to structure a dateFormat.\n\n#### Writing CSV[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nOptions supported when writing to a CSV file.\n\n| Field            |  Required   |    Type     | Description |\n| ---------------- | ----------- | ----------- | ----------- |\n| dateFormat       |     N       |  String     | Specify the date encoding format of dayjs. |\n| dateUTC          |     N       |  Boolean    | Specify whether ExcelJS uses `dayjs.utc ()` to convert time zone for parsing dates. |\n| encoding         |     N       |  String     | Specify file encoding format. (Only applies to `.writeFile`.) |\n| includeEmptyRows |     N       |  Boolean    | Specifies whether empty rows can be written. |\n| map              |     N       |  Function   | Custom Array.prototype.map() callback function for processing row values. |\n| sheetName        |     N       |  String     | Specify worksheet name. |\n| sheetId          |     N       |  Number     | Specify worksheet ID. |\n| formatterOptions |     N       |  Object     | [formatterOptions options](https://c2fo.github.io/fast-csv/docs/formatting/options/) @fast-csv/format module to write csv data. |\n\n```javascript\n\n// write to a file\nconst workbook = createAndFillWorkbook();\nawait workbook.csv.writeFile(filename);\n\n// write to a stream\n// Be careful that you need to provide sheetName or\n// sheetId for correct import to csv.\nawait workbook.csv.write(stream, { sheetName: 'Page name' });\n\n// write to a file with European Date-Times\nconst workbook = new Excel.Workbook();\nconst options = {\n  dateFormat: 'DD/MM/YYYY HH:mm:ss',\n  dateUTC: true, // use utc when rendering dates\n};\nawait workbook.csv.writeFile(filename, options);\n\n\n// write to a file with custom value formatting\nconst workbook = new Excel.Workbook();\nconst options = {\n  map(value, index) {\n    switch(index) {\n      case 0:\n        // column 1 is string\n        return value;\n      case 1:\n        // column 2 is a date\n        return dayjs(value).format('YYYY-MM-DD');\n      case 2:\n        // column 3 is a formula, write just the result\n        return value.result;\n      default:\n        // the rest are numbers\n        return value;\n    }\n  },\n  // https://c2fo.github.io/fast-csv/docs/formatting/options\n  formatterOptions: {\n    delimiter: '\\t',\n    quote: false,\n  },\n};\nawait workbook.csv.writeFile(filename, options);\n\n// write to a new buffer\nconst buffer = await workbook.csv.writeBuffer();\n```\n\nThe CSV parser uses [fast-csv](https://www.npmjs.com/package/fast-csv) to write the CSV file.\n The formatterOptions in the options passed to the above write function will be passed to the @fast-csv/format module to write csv data.\n Please refer to the fast-csv README.md for details.\n\nDates are formatted using the npm module [dayjs](https://www.npmjs.com/package/dayjs).\n If no dateFormat is supplied, dayjs.ISO_8601 is used.\n When writing a CSV you can supply the boolean dateUTC as true to have ExcelJS parse the date without automatically\n converting the timezone using `dayjs.utc()`.\n\n### Streaming I/O[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nThe File I/O documented above requires that an entire workbook is built up in memory before the file can be written.\n While convenient, it can limit the size of the document due to the amount of memory required.\n\nA streaming writer (or reader) processes the workbook or worksheet data as it is generated,\n converting it into file form as it goes. Typically this is much more efficient on memory as the final\n memory footprint and even intermediate memory footprints are much more compact than with the document version,\n especially when you consider that the row and cell objects are disposed once they are committed.\n\nThe interface to the streaming workbook and worksheet is almost the same as the document versions with a few minor practical differences:\n\n* Once a worksheet is added to a workbook, it cannot be removed.\n* Once a row is committed, it is no longer accessible since it will have been dropped from the worksheet.\n* unMergeCells() is not supported.\n\nNote that it is possible to build the entire workbook without committing any rows.\n When the workbook is committed, all added worksheets (including all uncommitted rows) will be automatically committed.\n However in this case, little will have been gained over the Document version.\n\n#### Streaming XLSX[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n##### Streaming XLSX Writer(#contents)\u003c!-- Link generated with jump2header --\u003e\n\nThe streaming XLSX workbook writer is available in the ExcelJS.stream.xlsx namespace.\n\nThe constructor takes an optional options object with the following fields:\n\n| Field            | Description |\n| ---------------- | ----------- |\n| stream           | Specifies a writable stream to write the XLSX workbook to. |\n| filename         | If stream not specified, this field specifies the path to a file to write the XLSX workbook to. |\n| useSharedStrings | Specifies whether to use shared strings in the workbook. Default is `false`. |\n| useStyles        | Specifies whether to add style information to the workbook. Styles can add some performance overhead. Default is `false`. |\n| zip              | [Zip options](https://www.archiverjs.com/global.html#ZipOptions) that ExcelJS internally passes to [Archiver](https://github.com/archiverjs/node-archiver). Default is `undefined`. |\n\nIf neither stream nor filename is specified in the options, the workbook writer will create a StreamBuf object\n that will store the contents of the XLSX workbook in memory.\n This StreamBuf object, which can be accessed via the property workbook.stream, can be used to either\n access the bytes directly by stream.read() or to pipe the contents to another stream.\n\n```javascript\n// construct a streaming XLSX workbook writer with styles and shared strings\nconst options = {\n  filename: './streamed-workbook.xlsx',\n  useStyles: true,\n  useSharedStrings: true\n};\nconst workbook = new Excel.stream.xlsx.WorkbookWriter(options);\n```\n\nIn general, the interface to the streaming XLSX writer is the same as the Document workbook (and worksheets)\n described above, in fact the row, cell and style objects are the same.\n\nHowever there are some differences...\n\n**Construction**\n\nAs seen above, the WorkbookWriter will typically require the output stream or file to be specified in the constructor.\n\n**Committing Data**\n\nWhen a worksheet row is ready, it should be committed so that the row object and contents can be freed.\n Typically this would be done as each row is added...\n\n```javascript\nworksheet.addRow({\n   id: i,\n   name: theName,\n   etc: someOtherDetail\n}).commit();\n```\n\nThe reason the WorksheetWriter does not commit rows as they are added is to allow cells to be merged across rows:\n\n```javascript\nworksheet.mergeCells('A1:B2');\nworksheet.getCell('A1').value = 'I am merged';\nworksheet.getCell('C1').value = 'I am not';\nworksheet.getCell('C2').value = 'Neither am I';\nworksheet.getRow(2).commit(); // now rows 1 and two are committed.\n```\n\nAs each worksheet is completed, it must also be committed:\n\n```javascript\n// Finished adding data. Commit the worksheet\nworksheet.commit();\n```\n\nTo complete the XLSX document, the workbook must be committed. If any worksheet in a workbook are uncommitted,\n they will be committed automatically as part of the workbook commit.\n\n```javascript\n// Finished the workbook.\nawait workbook.commit();\n// ... the stream has been written\n```\n\n##### Streaming XLSX Reader(#contents)\u003c!-- Link generated with jump2header --\u003e\n\nThe streaming XLSX workbook reader is available in the ExcelJS.stream.xlsx namespace.\n\nThe constructor takes a required input argument and an optional options argument:\n\n| Argument              | Description |\n| --------------------- | ----------- |\n| input (required)      | Specifies the name of the file or the readable stream from which to read the XLSX workbook. |\n| options (optional)    | Specifies how to handle the event types occuring during the read parsing. |\n| options.entries       | Specifies whether to emit entries (`'emit'`) or not (`'ignore'`). Default is `'emit'`. |\n| options.sharedStrings | Specifies whether to cache shared strings (`'cache'`), which inserts them into the respective cell values, or whether to emit them (`'emit'`) or ignore them (`'ignore'`), in both of which case the cell value will be a reference to the shared string's index. Default is `'cache'`. |\n| options.hyperlinks    | Specifies whether to cache hyperlinks (`'cache'`), which inserts them into their respective cells, whether to emit them (`'emit'`) or whether to ignore them (`'ignore'`). Default is `'cache'`. |\n| options.styles        | Specifies whether to cache styles (`'cache'`), which inserts them into their respective rows and cells, or whether to ignore them (`'ignore'`). Default is `'cache'`. |\n| options.worksheets    | Specifies whether to emit worksheets (`'emit'`) or not (`'ignore'`). Default is `'emit'`. |\n\n```js\nconst workbookReader = new ExcelJS.stream.xlsx.WorkbookReader('./file.xlsx');\nfor await (const worksheetReader of workbookReader) {\n  for await (const row of worksheetReader) {\n    // ...\n  }\n}\n```\n\nPlease note that `worksheetReader` returns an array of rows rather than each row individually for performance reasons: https://github.com/nodejs/node/issues/31979\n\n###### Iterating over all events(#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEvents on workbook are 'worksheet', 'shared-strings' and 'hyperlinks'. Events on worksheet are 'row' and 'hyperlinks'.\n\n```js\nconst options = {\n  sharedStrings: 'emit',\n  hyperlinks: 'emit',\n  worksheets: 'emit',\n};\nconst workbook = new ExcelJS.stream.xlsx.WorkbookReader('./file.xlsx', options);\nfor await (const {eventType, value} of workbook.parse()) {\n  switch (eventType) {\n    case 'shared-strings':\n      // value is the shared string\n    case 'worksheet':\n      // value is the worksheetReader\n    case 'hyperlinks':\n      // value is the hyperlinksReader\n  }\n}\n```\n\n###### Readable stream(#contents)\u003c!-- Link generated with jump2header --\u003e\n\nWhile we strongly encourage to use async iteration, we also expose a streaming interface for backwards compatibility.\n\n```js\nconst options = {\n  sharedStrings: 'emit',\n  hyperlinks: 'emit',\n  worksheets: 'emit',\n};\nconst workbookReader = new ExcelJS.stream.xlsx.WorkbookReader('./file.xlsx', options);\nworkbookReader.read();\n\nworkbookReader.on('worksheet', worksheet =\u003e {\n  worksheet.on('row', row =\u003e {\n  });\n});\n\nworkbookReader.on('shared-strings', sharedString =\u003e {\n  // ...\n});\n\nworkbookReader.on('hyperlinks', hyperlinksReader =\u003e {\n  // ...\n});\n\nworkbookReader.on('end', () =\u003e {\n  // ...\n});\nworkbookReader.on('error', (err) =\u003e {\n  // ...\n});\n```\n\n# Browser[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nA portion of this library has been isolated and tested for use within a browser environment.\n\nDue to the streaming nature of the workbook reader and workbook writer, these have not been included.\nOnly the document based workbook may be used (see \u003ca href=\"#create-a-workbook\"\u003eCreate a Workbook\u003c/a\u003e for details).\n\nFor example code using ExcelJS in the browser take a look at the \u003ca href=\"https://github.com/exceljs/exceljs/tree/master/spec/browser\"\u003espec/browser\u003c/a\u003e folder in the github repo.\n\n## Prebundled[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nThe following files are pre-bundled and included inside the dist folder.\n\n* exceljs.js\n* exceljs.min.js\n\n# Value Types[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nThe following value types are supported.\n\n## Null Value[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEnum: Excel.ValueType.Null\n\nA null value indicates an absence of value and will typically not be stored when written to file (except for merged cells).\n  It can be used to remove the value from a cell.\n\nE.g.\n\n```javascript\nworksheet.getCell('A1').value = null;\n```\n\n## Merge Cell[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEnum: Excel.ValueType.Merge\n\nA merge cell is one that has its value bound to another 'master' cell.\n  Assigning to a merge cell will cause the master's cell to be modified.\n\n## Number Value[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEnum: Excel.ValueType.Number\n\nA numeric value.\n\nE.g.\n\n```javascript\nworksheet.getCell('A1').value = 5;\nworksheet.getCell('A2').value = 3.14159;\n```\n\n## String Value[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEnum: Excel.ValueType.String\n\nA simple text string.\n\nE.g.\n\n```javascript\nworksheet.getCell('A1').value = 'Hello, World!';\n```\n\n## Date Value[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEnum: Excel.ValueType.Date\n\nA date value, represented by the JavaScript Date type.\n\nE.g.\n\n```javascript\nworksheet.getCell('A1').value = new Date(2017, 2, 15);\n```\n\n## Hyperlink Value[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEnum: Excel.ValueType.Hyperlink\n\nA URL with both text and link value.\n\nE.g.\n```javascript\n// link to web\nworksheet.getCell('A1').value = {\n  text: 'www.mylink.com',\n  hyperlink: 'http://www.mylink.com',\n  tooltip: 'www.mylink.com'\n};\n\n// internal link\nworksheet.getCell('A1').value = { text: 'Sheet2', hyperlink: '#\\'Sheet2\\'!A1' };\n```\n\n## Formula Value[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEnum: Excel.ValueType.Formula\n\nAn Excel formula for calculating values on the fly.\n  Note that while the cell type will be Formula, the cell may have an effectiveType value that will\n  be derived from the result value.\n\nNote that ExcelJS cannot process the formula to generate a result, it must be supplied.\n\nNote that function semantic names must be in English and the separator must be a comma.\n\nE.g.\n\n```javascript\nworksheet.getCell('A3').value = { formula: 'A1+A2', result: 7 };\nworksheet.getCell('A3').value = { formula: 'SUM(A1,A2)', result: 7 };\n```\n\nCells also support convenience getters to access the formula and result:\n\n```javascript\nworksheet.getCell('A3').formula === 'A1+A2';\nworksheet.getCell('A3').result === 7;\n```\n\n### Shared Formula[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nShared formulae enhance the compression of the xlsx document by decreasing the repetition\nof text within the worksheet xml.\nThe top-left cell in a range is the designated master and will hold the\nformula that all the other cells in the range will derive from.\nThe other 'slave' cells can then refer to this master cell instead of redefining the\nwhole formula again.\nNote that the master formula will be translated to the slave cells in the usual\nExcel fashion so that references to other cells will be shifted down and\nto the right depending on the slave's offset to the master.\nFor example: if the master cell A2 has a formula referencing A1 then\nif cell B2 shares A2's formula, then it will reference B1.\n\nA master formula can be assigned to a cell along with the slave cells in its range\n\n```javascript\nworksheet.getCell('A2').value = {\n  formula: 'A1',\n  result: 10,\n  shareType: 'shared',\n  ref: 'A2:B3'\n};\n```\n\nA shared formula can be assigned to a cell using a new value form:\n\n```javascript\nworksheet.getCell('B2').value = { sharedFormula: 'A2', result: 10 };\n```\n\nThis specifies that the cell B2 is a formula that will be derived from the formula in\nA2 and its result is 10.\n\nThe formula convenience getter will translate the formula in A2 to what it should be in B2:\n\n```javascript\nexpect(worksheet.getCell('B2').formula).to.equal('B1');\n```\n\nShared formulae can be assigned into a sheet using the 'fillFormula' function:\n\n```javascript\n// set A1 to starting number\nworksheet.getCell('A1').value = 1;\n\n// fill A2 to A10 with ascending count starting from A1\nworksheet.fillFormula('A2:A10', 'A1+1', [2,3,4,5,6,7,8,9,10]);\n```\n\nfillFormula can also use a callback function to calculate the value at each cell\n\n```javascript\n// fill A2 to A100 with ascending count starting from A1\nworksheet.fillFormula('A2:A100', 'A1+1', (row, col) =\u003e row);\n```\n\n### Formula Type[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nTo distinguish between real and translated formula cells, use the formulaType getter:\n\n```javascript\nworksheet.getCell('A3').formulaType === Enums.FormulaType.Master;\nworksheet.getCell('B3').formulaType === Enums.FormulaType.Shared;\n```\n\nFormula type has the following values:\n\n| Name                       |  Value  |\n| -------------------------- | ------- |\n| Enums.FormulaType.None     |   0     |\n| Enums.FormulaType.Master   |   1     |\n| Enums.FormulaType.Shared   |   2     |\n\n### Array Formula[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nA new way of expressing shared formulae in Excel is the array formula.\nIn this form, the master cell is the only cell that contains any information relating to a formula.\nIt contains the shareType 'array' along with the range of cells it applies to and the formula that will be copied.\nThe rest of the cells are regular cells with regular values.\n\nNote: array formulae are not translated in the way shared formulae are.\nSo if master cell A2 refers to A1, then slave cell B2 will also refer to A1.\n\nE.g.\n```javascript\n// assign array formula to A2:B3\nworksheet.getCell('A2').value = {\n  formula: 'A1',\n  result: 10,\n  shareType: 'array',\n  ref: 'A2:B3'\n};\n\n// it may not be necessary to fill the rest of the values in the sheet\n```\n\nThe fillFormula function can also be used to fill an array formula\n\n```javascript\n// fill A2:B3 with array formula \"A1\"\nworksheet.fillFormula('A2:B3', 'A1', [1,1,1,1], 'array');\n```\n\n\n## Rich Text Value[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEnum: Excel.ValueType.RichText\n\nRich, styled text.\n\nE.g.\n```javascript\nworksheet.getCell('A1').value = {\n  richText: [\n    { text: 'This is '},\n    {font: {italic: true}, text: 'italic'},\n  ]\n};\n```\n\n## Boolean Value[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEnum: Excel.ValueType.Boolean\n\nE.g.\n\n```javascript\nworksheet.getCell('A1').value = true;\nworksheet.getCell('A2').value = false;\n```\n\n## Error Value[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEnum: Excel.ValueType.Error\n\nE.g.\n\n```javascript\nworksheet.getCell('A1').value = { error: '#N/A' };\nworksheet.getCell('A2').value = { error: '#VALUE!' };\n```\n\nThe current valid Error text values are:\n\n| Name                           | Value       |\n| ------------------------------ | ----------- |\n| Excel.ErrorValue.NotApplicable | #N/A        |\n| Excel.ErrorValue.Ref           | #REF!       |\n| Excel.ErrorValue.Name          | #NAME?      |\n| Excel.ErrorValue.DivZero       | #DIV/0!     |\n| Excel.ErrorValue.Null          | #NULL!      |\n| Excel.ErrorValue.Value         | #VALUE!     |\n| Excel.ErrorValue.Num           | #NUM!       |\n\n# Interface Changes[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nEvery effort is made to make a good consistent interface that doesn't break through the versions but regrettably, now and then some things have to change for the greater good.\n\n## 0.1.0[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n### Worksheet.eachRow[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nThe arguments in the callback function to Worksheet.eachRow have been swapped and changed; it was function(rowNumber,rowValues), now it is function(row, rowNumber) which gives it a look and feel more like the underscore (_.each) function and priorities the row object over the row number.\n\n### Worksheet.getRow[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nThis function has changed from returning a sparse array of cell values to returning a Row object. This enables accessing row properties and will facilitate managing row styles and so on.\n\nThe sparse array of cell values is still available via Worksheet.getRow(rowNumber).values;\n\n## 0.1.1[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n### cell.model[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\ncell.styles renamed to cell.style\n\n## 0.2.44[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nPromises returned from functions switched from Bluebird to native node Promise which can break calling code\n if they rely on Bluebird's extra features.\n\nTo mitigate this the following two changes were added to 0.3.0:\n\n* A more fully featured and still browser compatible promise lib is used by default. This lib supports many of the features of Bluebird but with a much lower footprint.\n* An option to inject a different Promise implementation. See \u003ca href=\"#config\"\u003eConfig\u003c/a\u003e section for more details.\n\n# Config[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nExcelJS now supports dependency injection for the promise library.\n You can restore Bluebird promises by including the following code in your module...\n\n```javascript\nExcelJS.config.setValue('promise', require('bluebird'));\n```\n\nPlease note: I have tested ExcelJS with bluebird specifically (since up until recently this was the library it used).\n From the tests I have done it will not work with Q.\n\n# Caveats[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n## Dist Folder[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nBefore publishing this module, the source code is transpiled and otherwise processed\nbefore being placed in a dist/ folder.\nThis README identifies two files - a browserified bundle and minified version.\nNo other contents of the dist/ folder are guaranteed in any way other than the file\nspecified as \"main\" in the package.json\n\n\n# Known Issues[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n## Testing with Puppeteer[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nThe test suite included in this lib includes a small script executed in a headless browser\nto validate the bundled packages. At the time of this writing, it appears that\nthis test does not play nicely in the Windows Linux subsystem.\n\nFor this reason, the browser test can be disabled by the existence of a file named .disable-test-browser\n\n```bash\nsudo apt-get install libfontconfig\n```\n\n## Splice vs Merge[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\nIf any splice operation affects a merged cell, the merge group will not be moved correctly\n\n# Release History[⬆](#contents)\u003c!-- Link generated with jump2header --\u003e\n\n| Version | Changes |\n|---------| ------- |\n| 0.0.9   | \u003cul\u003e\u003cli\u003e\u003ca href=\"#number-formats\"\u003eNumber Formats\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.1.0   | \u003cul\u003e\u003cli\u003eBug Fixes\u003cul\u003e\u003cli\u003e\"\u0026lt;\" and \"\u0026gt;\" text characters properly rendered in xlsx\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#columns\"\u003eBetter Column control\u003c/a\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#rows\"\u003eBetter Row control\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.1.1   | \u003cul\u003e\u003cli\u003eBug Fixes\u003cul\u003e\u003cli\u003eMore textual data written properly to xml (including text, hyperlinks, formula results and format codes)\u003c/li\u003e\u003cli\u003eBetter date format code recognition\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#fonts\"\u003eCell Font Style\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.1.2   | \u003cul\u003e\u003cli\u003eFixed potential race condition on zip write\u003c/li\u003e\u003c/ul\u003e |\n| 0.1.3   | \u003cul\u003e\u003cli\u003e\u003ca href=\"#alignment\"\u003eCell Alignment Style\u003c/a\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#rows\"\u003eRow Height\u003c/a\u003e\u003c/li\u003e\u003cli\u003eSome Internal Restructuring\u003c/li\u003e\u003c/ul\u003e |\n| 0.1.5   | \u003cul\u003e\u003cli\u003eBug Fixes\u003cul\u003e\u003cli\u003eNow handles 10 or more worksheets in one workbook\u003c/li\u003e\u003cli\u003etheme1.xml file properly added and referenced\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#borders\"\u003eCell Borders\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.1.6   | \u003cul\u003e\u003cli\u003eBug Fixes\u003cul\u003e\u003cli\u003eMore compatible theme1.xml included in XLSX file\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#fills\"\u003eCell Fills\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.1.8   | \u003cul\u003e\u003cli\u003eBug Fixes\u003cul\u003e\u003cli\u003eMore compatible theme1.xml included in XLSX file\u003c/li\u003e\u003cli\u003eFixed filename case issue\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#fills\"\u003eCell Fills\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.1.9   | \u003cul\u003e\u003cli\u003eBug Fixes\u003cul\u003e\u003cli\u003eAdded docProps files to satisfy Mac Excel users\u003c/li\u003e\u003cli\u003eFixed filename case issue\u003c/li\u003e\u003cli\u003eFixed worksheet id issue\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#set-workbook-properties\"\u003eCore Workbook Properties\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.1.10  | \u003cul\u003e\u003cli\u003eBug Fixes\u003cul\u003e\u003cli\u003eHandles File Not Found error\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#csv\"\u003eCSV Files\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.1.11  | \u003cul\u003e\u003cli\u003eBug Fixes\u003cul\u003e\u003cli\u003eFixed Vertical Middle Alignment Issue\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#styles\"\u003eRow and Column Styles\u003c/a\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#rows\"\u003eWorksheet.eachRow supports options\u003c/a\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#rows\"\u003eRow.eachCell supports options\u003c/a\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#columns\"\u003eNew function Column.eachCell\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.0   | \u003cul\u003e\u003cli\u003e\u003ca href=\"#streaming-xlxs-writer\"\u003eStreaming XLSX Writer\u003c/a\u003e\u003cul\u003e\u003cli\u003eAt long last ExcelJS can support writing massive XLSX files in a scalable memory efficient manner. Performance has been optimised and even smaller spreadsheets can be faster to write than the document writer. Options have been added to control the use of shared strings and styles as these can both have a considerable effect on performance\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#rows\"\u003eWorksheet.lastRow\u003c/a\u003e\u003cul\u003e\u003cli\u003eAccess the last editable row in a worksheet.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#rows\"\u003eRow.commit()\u003c/a\u003e\u003cul\u003e\u003cli\u003eFor streaming writers, this method commits the row (and any previous rows) to the stream. Committed rows will no longer be editable (and are typically deleted from the worksheet object). For Document type workbooks, this method has no effect.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.2   | \u003cul\u003e\u003cli\u003e\u003ca href=\"https://pbs.twimg.com/profile_images/2933552754/fc8c70829ee964c5542ae16453503d37.jpeg\"\u003eOne Billion Cells\u003c/a\u003e\u003cul\u003e\u003cli\u003eAchievement Unlocked: A simple test using ExcelJS has created a spreadsheet with 1,000,000,000 cells. Made using random data with 100,000,000 rows of 10 cells per row. I cannot validate the file yet as Excel will not open it and I have yet to implement the streaming reader but I have every confidence that it is good since 1,000,000 rows loads ok.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.3   | \u003cul\u003e\u003cli\u003eBug Fixes\u003cul\u003e\u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/18\"\u003eMerge Cell Styles\u003c/a\u003e\u003cul\u003e\u003cli\u003eMerged cells now persist (and parse) their styles.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#streaming-xlxs-writer\"\u003eStreaming XLSX Writer\u003c/a\u003e\u003cul\u003e\u003cli\u003eAt long last ExcelJS can support writing massive XLSX files in a scalable memory efficient manner. Performance has been optimised and even smaller spreadsheets can be faster to write than the document writer. Options have been added to control the use of shared strings and styles as these can both have a considerable effect on performance\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#rows\"\u003eWorksheet.lastRow\u003c/a\u003e\u003cul\u003e\u003cli\u003eAccess the last editable row in a worksheet.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#rows\"\u003eRow.commit()\u003c/a\u003e\u003cul\u003e\u003cli\u003eFor streaming writers, this method commits the row (and any previous rows) to the stream. Committed rows will no longer be editable (and are typically deleted from the worksheet object). For Document type workbooks, this method has no effect.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.4   | \u003cul\u003e\u003cli\u003eBug Fixes\u003cul\u003e\u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/27\"\u003eWorksheets with Ampersand Names\u003c/a\u003e\u003cul\u003e\u003cli\u003eWorksheet names are now xml-encoded and should work with all xml compatible characters\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#rows\"\u003eRow.hidden\u003c/a\u003e \u0026 \u003ca href=\"#columns\"\u003eColumn.hidden\u003c/a\u003e\u003cul\u003e\u003cli\u003eRows and Columns now support the hidden attribute.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#worksheet\"\u003eWorksheet.addRows\u003c/a\u003e\u003cul\u003e\u003cli\u003eNew function to add an array of rows (either array or object form) to the end of a worksheet.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.6   | \u003cul\u003e\u003cli\u003eBug Fixes\u003cul\u003e\u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/87\"\u003einvalid signature: 0x80014\u003c/a\u003e: Thanks to \u003ca href=\"https://github.com/hasanlussa\"\u003ehasanlussa\u003c/a\u003e for the PR\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#defined-names\"\u003eDefined Names\u003c/a\u003e\u003cul\u003e\u003cli\u003eCells can now have assigned names which may then be used in formulas.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003eConverted Bluebird.defer() to new Bluebird(function(resolve, reject){}). Thanks to user \u003ca href=\"https://github.com/Nishchit14\"\u003eNishchit\u003c/a\u003e for the Pull Request\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.7   | \u003cul\u003e\u003cli\u003e\u003ca href=\"#data-validations\"\u003eData Validations\u003c/a\u003e\u003cul\u003e\u003cli\u003eCells can now define validations that controls the valid values the cell can have\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.8   | \u003cul\u003e\u003cli\u003e\u003ca href=\"rich-text\"\u003eRich Text Value\u003c/a\u003e\u003cul\u003e\u003cli\u003eCells now support \u003cb\u003e\u003ci\u003ein-cell\u003c/i\u003e\u003c/b\u003e formatting - Thanks to \u003ca href=\"https://github.com/pvadam\"\u003ePeter ADAM\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003eFixed typo in README - Thanks to \u003ca href=\"https://github.com/MRdNk\"\u003eMRdNk\u003c/a\u003e\u003c/li\u003e\u003cli\u003eFixing emit in worksheet-reader - Thanks to \u003ca href=\"https://github.com/alangunning\"\u003eAlan Gunning\u003c/a\u003e\u003c/li\u003e\u003cli\u003eClearer Docs - Thanks to \u003ca href=\"https://github.com/miensol\"\u003emiensol\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.9   | \u003cul\u003e\u003cli\u003eFixed \"read property 'richText' of undefined error. Thanks to  \u003ca href=\"https://github.com/james075\"\u003ejames075\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.10  | \u003cul\u003e\u003cli\u003eRefactoring Complete. All unit and integration tests pass.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.11  | \u003cul\u003e\u003cli\u003e\u003ca href=\"#outline-level\"\u003eOutline Levels\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/cricri\"\u003ecricri\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003e\u003ca href=\"#worksheet-properties\"\u003eWorksheet Properties\u003c/a\u003e\u003c/li\u003e\u003cli\u003eFurther refactoring of worksheet writer.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.12  | \u003cul\u003e\u003cli\u003e\u003ca href=\"#worksheet-views\"\u003eSheet Views\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/cricri\"\u003ecricri\u003c/a\u003e again for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.13  | \u003cul\u003e\u003cli\u003eFix for \u003ca href=\"https://github.com/exceljs/exceljs/issues\"\u003eexceljs might be vulnerable for regular expression denial of service\u003c/a\u003e. Kudos to \u003ca href=\"https://github.com/yonjah\"\u003eyonjah\u003c/a\u003e and \u003ca href=\"https://www.youtube.com/watch?v=wCfE-9bhY2Y\"\u003eJosh Emerson\u003c/a\u003e for the resolution.\u003c/li\u003e\u003cli\u003eFix for \u003ca href=\"https://github.com/exceljs/exceljs/issues/162\"\u003eMultiple Sheets opens in 'Group' mode in Excel\u003c/a\u003e. My bad - overzealous sheet view code.\u003c/li\u003e\u003cli\u003eAlso fix for empty sheet generating invalid xlsx.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.14  | \u003cul\u003e\u003cli\u003eFix for \u003ca href=\"https://github.com/exceljs/exceljs/issues\"\u003eexceljs might be vulnerable for regular expression denial of service\u003c/a\u003e. Kudos to \u003ca href=\"https://github.com/yonjah\"\u003eyonjah\u003c/a\u003e and \u003ca href=\"https://www.youtube.com/watch?v=wCfE-9bhY2Y\"\u003eJosh Emerson\u003c/a\u003e for the resolution.\u003c/li\u003e\u003cli\u003eFixed \u003ca href=\"https://github.com/exceljs/exceljs/issues/162\"\u003eMultiple Sheets opens in 'Group' mode in Excel\u003c/a\u003e again. Added \u003ca href=\"#workbook-views\"\u003eWorkbook views\u003c/a\u003e.\u003c/li\u003e\u003cli\u003eAlso fix for empty sheet generating invalid xlsx.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.15  | \u003cul\u003e\u003cli\u003eAdded \u003ca href=\"#page-setup\"\u003ePage Setup Properties\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/jackkum\"\u003eJackkum\u003c/a\u003e for the PR\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.16  | \u003cul\u003e\u003cli\u003eNew \u003ca href=\"#page-setup\"\u003ePage Setup\u003c/a\u003e Property: Print Area\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.17  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/114\"\u003eFix a bug on phonetic characters\u003c/a\u003e. This fixes an issue related to reading workbooks with phonetic text in. Note phonetic text is not properly supported yet - just properly ignored. Thanks to \u003ca href=\"https://github.com/zephyrrider\"\u003ezephyrrider\u003c/a\u003e and \u003ca href=\"https://github.com/gen6033\"\u003egen6033\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.18  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/175\"\u003eFix regression #150: Stream API fails to write XLSX files\u003c/a\u003e. Apologies for the regression! Thanks to \u003ca href=\"https://github.com/danieleds\"\u003edanieleds\u003c/a\u003e for the fix.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/114\"\u003eFix a bug on phonetic characters\u003c/a\u003e. This fixes an issue related to reading workbooks with phonetic text in. Note phonetic text is not properly supported yet - just properly ignored. Thanks to \u003ca href=\"https://github.com/zephyrrider\"\u003ezephyrrider\u003c/a\u003e and \u003ca href=\"https://github.com/gen6033\"\u003egen6033\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.19  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/119\"\u003eUpdate xlsx.js #119\u003c/a\u003e. This should make parsing more resilient to open-office documents. Thanks to \u003ca href=\"https://github.com/nvitaterna\"\u003envitaterna\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.20  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/179\"\u003eChanges from exceljs/exceljs#127 applied to latest version #179\u003c/a\u003e. Fixes parsing of defined name values. Thanks to \u003ca href=\"https://github.com/agdevbridge\"\u003eagdevbridge\u003c/a\u003e and \u003ca href=\"https://github.com/priitliivak\"\u003epriitliivak\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.21  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/135\"\u003ecolor tabs for worksheet-writer #135\u003c/a\u003e. Modified the behaviour to print deprecation warning as tabColor has moved into options.properties. Thanks to \u003ca href=\"https://github.com/ethanlook\"\u003eethanlook\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.22  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/136\"\u003eThrow legible error when failing Value.getType() #136\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/wulfsolter\"\u003ewulfsolter\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eHonourable mention to contributors whose PRs were fixed before I saw them:\u003cul\u003e\u003cli\u003e\u003ca href=\"https://github.com/haoliangyu\"\u003ehaoliangyu\u003c/a\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"https://github.com/wulfsolter\"\u003ewulfsolter\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.23  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/137\"\u003eFall back to JSON.stringify() if unknown Cell.Type #137\u003c/a\u003e with some modification. If a cell value is assigned to an unrecognisable javascript object, the stored value in xlsx and csv files will  be JSON stringified. Note that if the file is read again, no attempt will be made to parse the stringified JSON text. Thanks to \u003ca href=\"https://github.com/wulfsolter\"\u003ewulfsolter\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.24  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/166\"\u003eProtect cell fix #166\u003c/a\u003e. This does not mean full support for protected cells merely that the parser is not confused by the extra xml. Thanks to \u003ca href=\"https://github.com/jayflo\"\u003ejayflo\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.25  | \u003cul\u003e\u003cli\u003eAdded functions to delete cells, rows and columns from a worksheet. Modelled after the Array splice method, the functions allow cells, rows and columns to be deleted (and optionally inserted). See \u003ca href=\"#columns\"\u003eColumns\u003c/a\u003e and \u003ca href=\"#rows\"\u003eRows\u003c/a\u003e for details.\u003cbr /\u003eNote: \u003ca href=\"#splice-vs-merge\"\u003eNot compatible with cell merges\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.26  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/184\"\u003eUpdate border-xform.js #184\u003c/a\u003eBorder edges without style will be parsed and rendered as no-border. Thanks to \u003ca href=\"https://github.com/skumarnk2\"\u003eskumarnk2\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.27  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/187\"\u003ePass views to worksheet-writer #187\u003c/a\u003e. Now also passes views to worksheet-writer. Thanks to \u003ca href=\"https://github.com/Temetz\"\u003eTemetz\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/189\"\u003eDo not escape xml characters when using shared strings #189\u003c/a\u003e. Fixing bug in shared strings. Thanks to \u003ca href=\"https://github.com/tkirda\"\u003etkirda\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.28  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/190\"\u003eFix tiny bug [Update hyperlink-map.js] #190\u003c/a\u003eThanks to \u003ca href=\"https://github.com/lszlkss\"\u003elszlkss\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/196\"\u003efix typo on sheet view showGridLines option #196\u003c/a\u003e \"showGridlines\" should have been \"showGridLines\". Thanks to \u003ca href=\"https://github.com/gadiaz1\"\u003egadiaz1\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.29  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/199\"\u003eFire finish event instead of end event on write stream #199\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/pull/200\"\u003eListen for finish event on zip stream instead of middle stream #200\u003c/a\u003e. Fixes issues with stream completion events. Thanks to \u003ca href=\"https://github.com/junajan\"\u003ejunajan\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.30  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/201\"\u003eFix issue #178 #201\u003c/a\u003e. Adds the following properties to workbook:\u003cul\u003e\u003cli\u003etitle\u003c/li\u003e\u003cli\u003esubject\u003c/li\u003e\u003cli\u003ekeywords\u003c/li\u003e\u003cli\u003ecategory\u003c/li\u003e\u003cli\u003edescription\u003c/li\u003e\u003cli\u003ecompany\u003c/li\u003e\u003cli\u003emanager\u003c/li\u003e\u003c/ul\u003eThanks to \u003ca href=\"https://github.com/stavenko\"\u003estavenko\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.31  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/203\"\u003eFix issue #163: the \"spans\" attribute of the row element is optional #203\u003c/a\u003e. Now xlsx parsing will handle documents without row spans. Thanks to \u003ca href=\"https://github.com/arturas-vitkauskas\"\u003earturas-vitkauskas\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.32  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/208\"\u003eFix issue 206 #208\u003c/a\u003e. Fixes issue reading xlsx files that have been printed. Also adds \"lastPrinted\" property to Workbook. Thanks to \u003ca href=\"https://github.com/arturas-vitkauskas\"\u003earturas-vitkauskas\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.33  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/210\"\u003eAllow styling of cells with no value. #210\u003c/a\u003e. Includes Null type cells with style in the rendering parsing. Thanks to \u003ca href=\"https://github.com/oferns\"\u003eoferns\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.34  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/212\"\u003eFix \"Unexpected xml node in parseOpen\" bug in LibreOffice documents for attributes dc:language and cp:revision #212\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/jessica-jordan\"\u003ejessica-jordan\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.35  | \u003cul\u003e\u003cli\u003eFixed \u003ca href=\"https://github.com/exceljs/exceljs/issues/74\"\u003eGetting a column/row count #74\u003c/a\u003e. \u003ca href=\"#worksheet-metrics\"\u003eWorksheet\u003c/a\u003e now has rowCount and columnCount properties (and actual variants), \u003ca href=\"row\"\u003eRow\u003c/a\u003e has cellCount.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.36  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/217\"\u003eStream reader fixes #217\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/kturney\"\u003ekturney\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.37  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/225\"\u003eFix output order of Sheet Properties #225\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/keeneym\"\u003ekeeneym\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/231\"\u003eremove empty worksheet[0] from _worksheets #231\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/pookong\"\u003epookong\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/232\"\u003edo not skip empty string in shared strings so that indexes match #232\u003c/a\u003e. Thanks again to \u003ca href=\"https://github.com/pookong\"\u003epookong\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/233\"\u003euse shared strings for streamed writes #233\u003c/a\u003e. Thanks again to \u003ca href=\"https://github.com/pookong\"\u003epookong\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.38  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/236\"\u003eAdd a comment for issue #216 #236\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/jsalwen\"\u003ejsalwen\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/237\"\u003eStart on support for 1904 based dates #237\u003c/a\u003e. Fixed date handling in documents with the 1904 flag set. Thanks to \u003ca href=\"https://github.com/holm\"\u003eholm\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.39  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/245\"\u003eStops Bluebird warning about unreturned promise #245\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/robinbullocks4rb\"\u003erobinbullocks4rb\u003c/a\u003e for the contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/247\"\u003eAdded missing dependency: col-cache.js #247\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/Manish2005\"\u003eManish2005\u003c/a\u003e for the contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 0.2.42  | \u003cul\u003e\u003cli\u003eBrowser Compatible!\u003cul\u003e\u003cli\u003eWell mostly. I have added a browser sub-folder that contains a browserified bundle and an index.js that can be used to generate another. See \u003ca href=\"#browser\"\u003eBrowser\u003c/a\u003e section for details.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003eFixed corrupted theme.xml. Apologies for letting that through.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/253\"\u003e[BUGFIX] data validation formulae undefined #253\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/jayflo\"\u003ejayflo\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.43  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/255\"\u003eadded a (maybe partial) solution to issue 99. i wasn't able to create an appropriate test #255\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/99\"\u003eToo few data or empty worksheet generate malformed excel file #99\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/mminuti\"\u003emminuti\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.44  | \u003cul\u003e\u003cli\u003eReduced Dependencies.\u003cul\u003e\u003cli\u003eGoodbye lodash, goodbye bluebird. Minified bundle is now just over half what it was in the first version.\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.45  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/256\"\u003eSheets with hyperlinks and data validations are corrupted #256\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/simon-stoic\"\u003esimon-stoic\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.2.46  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/259\"\u003eExclude character controls from XML output. Fixes #234 #262\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/holm\"\u003eholm\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/262\"\u003eAdd support for identifier #259\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/234\"\u003eBroken XLSX because of \"vertical tab\" ascii character in a cell #234\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/NOtherDev\"\u003eNOtherDev\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.3.0   | \u003cul\u003e\u003cli\u003eAddressed \u003ca href=\"https://github.com/exceljs/exceljs/issues/266\"\u003eBreaking change removing bluebird #266\u003c/a\u003e. Appologies for any inconvenience.\u003c/li\u003e\u003cli\u003eAdded Promise library dependency injection. See \u003ca href=\"#config\"\u003eConfig\u003c/a\u003e section for more details.\u003c/li\u003e\u003c/ul\u003e |\n| 0.3.1   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/279\"\u003eUpdate dependencies #279\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/holm\"\u003eholm\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/267\"\u003eMinor fixes for stream handling #267\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/holm\"\u003eholm\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eAdded automated tests in phantomjs for the browserified code.\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.0   | \u003cul\u003e\u003cli\u003eFixed issue \u003ca href=\"https://github.com/exceljs/exceljs/issues/278\"\u003eBoolean cell with value =\"true\" is returned as 1 #278\u003c/a\u003e. The fix involved adding two new Call Value types:\u003cul\u003e\u003cli\u003e\u003ca href=\"#boolean-value\"\u003eBoolean Value\u003c/a\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"#error-value\"\u003eError Value\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003eNote: Minor version has been bumped up to 4 as this release introduces a couple of interface changes:\u003cul\u003e\u003cli\u003eBoolean cells previously will have returned 1 or 0 will now return true or false\u003c/li\u003e\u003cli\u003eError cells that previously returned a string value will now return an error structure\u003c/li\u003e\u003c/ul\u003e\u003c/li\u003e\u003cli\u003eFixed issue \u003ca href=\"https://github.com/exceljs/exceljs/issues/280\"\u003eCode correctness - setters don't return a value #280\u003c/a\u003e.\u003c/li\u003e\u003cli\u003eAddressed issue \u003ca href=\"https://github.com/exceljs/exceljs/issues/288\"\u003ev0.3.1 breaks meteor build #288\u003c/a\u003e.\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.1   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/285\"\u003eAdd support for cp:contentStatus #285\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/holm\"\u003eholm\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/286\"\u003eFix Valid characters in XML (allow \\n and \\r when saving) #286\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/Rycochet\"\u003eRycochet\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eFixed \u003ca href=\"https://github.com/exceljs/exceljs/issues/275\"\u003ehyperlink with query arguments corrupts workbook #275\u003c/a\u003e. The hyperlink target is not escaped before serialising in the xml.\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.2   | \u003cul\u003e\u003cli\u003e\u003cp\u003eAddressed the following issues:\u003cul\u003e\u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/290\"\u003eWhite text and borders being changed to black #290\u003c/a\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/261\"\u003eLosing formatting/pivot table from loaded file #261\u003c/a\u003e\u003c/li\u003e\u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/272\"\u003eSolid fill become black #272\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003eThese issues are potentially caused by a bug that caused colours with zero themes, tints or indexes to be rendered and parsed incorrectly.\u003c/p\u003e\u003cp\u003eRegarding themes: the theme files stored inside the xlsx container hold important information regarding colours, styles etc and if the theme information from a loaded xlsx file is lost, the results can be unpredictable and undesirable. To address this, when an ExcelJS Workbook parses an XLSX file, it will preserve any theme files it finds and include them when writing to a new XLSX. If this behaviour is not desired, the Workbook class exposes a clearThemes() function which will drop the theme content. Note that this behaviour is only implemented in the document based Workbook class, not the streamed Reader and Writer.\u003c/p\u003e\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.3   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/294\"\u003eSupport error references in cell ranges #294\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/holm\"\u003eholm\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.4   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/297\"\u003eIssue with copied cells #297\u003c/a\u003e. This merge adds support for shared formulas. Thanks to \u003ca href=\"https://github.com/muscapades\"\u003emuscapades\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.6   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/304\"\u003eCorrect spelling #304\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/toanalien\"\u003etoanalien\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/304\"\u003eAdded support for auto filters #306\u003c/a\u003e. This adds \u003ca href=\"#auto-filters\"\u003eAuto Filters\u003c/a\u003e to the Worksheet. Thanks to \u003ca href=\"https://github.com/C4rmond4i\"\u003eC4rmond4i\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eRestored NodeJS 4.0.0 compatability by removing the destructuring code. My apologies for any inconvenience.\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.9   | \u003cul\u003e\u003cli\u003eSwitching to transpiled code for distribution. This will ensure compatability with 4.0.0 and above from here on. And it will also allow use of much more expressive JS code in the lib folder!\u003c/li\u003e\u003cli\u003e\u003ca href=\"#images\"\u003eBasic Image Support!\u003c/a\u003eImages can now be added to worksheets either as a tiled background or stretched over a range. Note: other features like rotation, etc. are not supported yet and will reqeuire further work.\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.10  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/319\"\u003eAdd missing Office Rels #319\u003c/a\u003e. Thanks goes to \u003ca href=\"https://github.com/mauriciovillalobos\"\u003emauriciovillalobos\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/320\"\u003eAdd printTitlesRow Support #320\u003c/a\u003e Thanks goes to \u003ca href=\"https://github.com/psellers89\"\u003epsellers89\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.11  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/327\"\u003eAvoid error on anchor with no media #327\u003c/a\u003e. Thanks goes to \u003ca href=\"https://github.com/holm\"\u003eholm\u003c/a\u003e for the contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/332\"\u003eAssortment of fixes for streaming read #332\u003c/a\u003e. Thanks goes to \u003ca href=\"https://github.com/holm\"\u003eholm\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.12  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/334\"\u003eDon’t set address if hyperlink r:id is undefined #334\u003c/a\u003e. Thanks goes to \u003ca href=\"https://github.com/holm\"\u003eholm\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.13  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/343\"\u003eIssue 296 #343\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/296\"\u003eIssue with writing newlines #296\u003c/a\u003e. Thanks goes to \u003ca href=\"https://github.com/holly-weisser\"\u003eholly-weisser\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.4.14  | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/350\"\u003eSyntax highlighting added ✨ #350\u003c/a\u003e. Thanks goes to \u003ca href=\"https://github.com/rmariuzzo\"\u003ermariuzzo\u003c/a\u003e for the contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.5.0   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/356\"\u003eFix right to left issues #356\u003c/a\u003e. Fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/72\"\u003eAdd option to RTL file #72\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/issues/126\"\u003eAdding an option to set RTL worksheet #126\u003c/a\u003e. Big thank you to \u003ca href=\"https://github.com/alitaheri\"\u003ealitaheri\u003c/a\u003e for this contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.5.1   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/364\"\u003eFix #345 TypeError: Cannot read property 'date1904' of undefined #364\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/345\"\u003eTypeError: Cannot read property 'date1904' of undefined #345\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/Diluka\"\u003eDiluka\u003c/a\u003e for this contribution.\u003c/li\u003e\u003c/ul\u003e\n| 0.6.0   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/389\"\u003eAdd rowBreaks feature. #389\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/brucejo75\"\u003ebrucejo75\u003c/a\u003e for this contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.6.1   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/403\"\u003eGuard null model fields - fix and tests #403\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/shdd-cjharries\"\u003ethecjharries\u003c/a\u003e for this contribution. Also thanks to \u003ca href=\"https://github.com/Rycochet\"\u003eRyc O'Chet\u003c/a\u003e for help with reviewing.\u003c/li\u003e\u003c/ul\u003e |\n| 0.6.2   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/396\"\u003eAdd some comments in readme according csv importing #396\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/Imperat\"\u003eMichael Lelyakin\u003c/a\u003e for this contribution. Also thanks to \u003ca href=\"https://github.com/planemar\"\u003eplanemar\u003c/a\u003e for help with reviewing. This also closes \u003ca href=\"https://github.com/exceljs/exceljs/issues/395\"\u003ecsv to stream doesn't work #395\u003c/a\u003e.\u003c/li\u003e\u003c/ul\u003e |\n| 0.7.0   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/407\"\u003eImpl \u0026lt;xdr:twoCellAnchor editAs=oneCell\u0026gt; #407\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/Ockejanssen\"\u003eOcke Janssen\u003c/a\u003e and \u003ca href=\"https://github.com/kay-ramme\"\u003eKay Ramme\u003c/a\u003e for this contribution. This change allows control on how images are anchored to cells.\u003c/li\u003e\u003c/ul\u003e |\n| 0.7.1   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/423\"\u003eDon't break when attempting to import a zip file that's not an Excel file (eg. .numbers) #423\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e for this contribution. This change makes exceljs more reslilient when opening non-excel files.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/434\"\u003eFixes #419 : Updates readme. #434\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/getsomecoke\"\u003eVishnu Kyatannawar\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/436\"\u003eDon't break when docProps/core.xml contains a \u0026lt;cp:version\u0026gt; tag #436\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e for this contribution. This change handles core.xml files with empty version tags.\u003c/li\u003e\u003c/ul\u003e\n| 0.8.0   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/442\"\u003eAdd Base64 Image support for the .addImage() method #442\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/jwmann\"\u003eJames W Mann\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/453\"\u003eupdate moment to 2.19.3 #453\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/cooltoast\"\u003eMarkan Patel\u003c/a\u003e for this contribution.\u003c/li\u003e\u003c/ul\u003e |\n| 0.8.1   | \u003cul\u003e\u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/457\"\u003eAdditional information about font family property #457\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/kayakyakr\"\u003ekayakyakr\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/459\"\u003eFixes #458 #459\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/458\"\u003eAdd style to column causes it to be hidden #458\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/AJamesPhillips\"\u003eAlexander James Phillips\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 0.8.2   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/466\"\u003eDon't break when loading an Excel file containing a chartsheet #466\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/471\"\u003eHotfix/sheet order#257 #471\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/257\"\u003eSheet Order #257\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/robbi\"\u003eRobbi\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 0.8.3   | \u003cul\u003e \u003cli\u003e Assimilated \u003ca href=\"https://github.com/exceljs/exceljs/pull/463\"\u003efix #79 outdated dependencies in unzip2\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/jsamr\"\u003eJules Sam. Randolph\u003c/a\u003e for starting this fix and a really big thanks to \u003ca href=\"https://github.com/kachkaev\"\u003eAlexander Kachkaev\u003c/a\u003e for finding the final solution. \u003c/li\u003e \u003c/ul\u003e |\n| 0.8.4   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/479\"\u003eRound Excel date to nearest millisecond when converting to javascript date #479\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/bjet007\"\u003eBenoit Jean\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 0.8.5   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/485\"\u003eBug fix: wb.worksheets/wb.eachSheet caused getWorksheet(0) to return sheet #485\u003c/a\u003e. Thanks to \u003ca href=\"https://github.com/mah110020\"\u003emah110020\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 0.9.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/489\"\u003eFeature/issue 424 #489\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/424\"\u003eNo way to control summaryBelow or summaryRight #424\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/sarahdmsi\"\u003eSarah\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e  |\n| 0.9.1   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/490\"\u003eadd type definition #490\u003c/a\u003e. This adds type definitions to ExcelJS! Many thanks to \u003ca href=\"https://github.com/taoqf\"\u003etaoqf\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.0.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/494\"\u003eAdd Node 8 and Node 9 to continuous integration testing #494\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/cooltoast\"\u003eMarkan Patel\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/508\"\u003eSmall README fix #508\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/lbguilherme\"\u003eGuilherme Bernal\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/501\"\u003eAdd support for inlineStr, including rich text #501\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/linguamatics-pdenes\"\u003elinguamatics-pdenes\u003c/a\u003e and \u003ca href=\"https://github.com/robscotts4rb\"\u003eRob Scott\u003c/a\u003e for their efforts towards this contribution. Since this change is technically a breaking change (the rendered XML for inline strings will change) I'm making this a major release! \u003c/li\u003e \u003c/ul\u003e |\n| 1.0.1   | \u003cul\u003e \u003cli\u003e Fixed \u003ca href=\"https://github.com/exceljs/exceljs/issues/520\"\u003espliceColumns problem when the number of columns are important #520\u003c/a\u003e. \u003c/li\u003e \u003c/ul\u003e |\n| 1.0.2   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/524\"\u003eLoosen exceljs's dependency requirements for moment #524\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/nicoladefranceschi\"\u003enicoladefranceschi\u003c/a\u003e for this contribution. This change addresses \u003ca href=\"https://github.com/exceljs/exceljs/issues/517\"\u003eAbility to use external \"moment\" package #517\u003c/a\u003e. \u003c/li\u003e \u003c/ul\u003e |\n| 1.1.0   | \u003cul\u003e \u003cli\u003e Addressed \u003ca href=\"https://github.com/exceljs/exceljs/issues/514\"\u003eIs there a way inserting values in columns. #514\u003c/a\u003e. Added a new getter/setter property to Column to get and set column values (see \u003ca href=\"#columns\"\u003eColumns\u003c/a\u003e for details). \u003c/li\u003e \u003c/ul\u003e |\n| 1.1.1   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/532\"\u003eInclude index.d.ts in published packages #532\u003c/a\u003e. To fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/525\"\u003eTypeScript definitions missing from npm package #525\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/saschanaz\"\u003eKagami Sascha Rosylight\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.1.2   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/536\"\u003eDon't break when docProps/core.xml contains \u003ccp:contentType /\u003e #536\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e (and reviewers) for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.1.3   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/537\"\u003eTry to handle the case where a \u0026lt;c\u0026gt; element is missing an r attribute #537\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.2.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/544\"\u003eAdd dateUTC flag to CSV Writing #544\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/zgriesinger\"\u003eZackery Griesinger\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.2.1   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/547\"\u003eworksheet name is writable #547\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/f111fei\"\u003exzper\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.3.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/549\"\u003eAdd CSV write buffer support #549\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/jloveridge\"\u003eJarom Loveridge\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.4.2   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/541\"\u003eDiscussion: Customizable row/cell limit #541\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.4.3   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/552\"\u003eGet the right text out of hyperlinked formula cells #552\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e and \u003ca href=\"https://github.com/holm\"\u003eChristian Holm\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.4.5   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/556\"\u003eAdd test case with a huge file #556\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e and \u003ca href=\"https://github.com/holm\"\u003eChristian Holm\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.4.6   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/557\"\u003eUpdate README.md to reflect correct functionality of row.addPageBreak() #557\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/raj7desai\"\u003eRajDesai\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/558\"\u003efix index.d.ts #558\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Diluka\"\u003eDiluka\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.4.7   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/562\"\u003eList /xl/sharedStrings.xml in [Content_Types].xml only if one of the … #562\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/priidikvaikla\"\u003ePriidik Vaikla\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.4.8   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/562\"\u003eList /xl/sharedStrings.xml in [Content_Types].xml only if one of the … #562\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/priidikvaikla\"\u003ePriidik Vaikla\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Fixed issue with above where shared strings were used but the content type was not added. \u003c/li\u003e \u003c/ul\u003e |\n| 1.4.9   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/562\"\u003eList /xl/sharedStrings.xml in [Content_Types].xml only if one of the … #562\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/priidikvaikla\"\u003ePriidik Vaikla\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Fixed issue with above where shared strings were used but the content type was not added. \u003c/li\u003e \u003cli\u003e Fixed issue \u003ca href=\"https://github.com/exceljs/exceljs/issues/581\"\u003e1.4.8 broke writing Excel files with useSharedStrings:true #581\u003c/a\u003e. \u003c/li\u003e \u003c/ul\u003e |\n| 1.4.10  | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/564\"\u003ecore-xform: Tolerate a missing cp: namespace for the coreProperties element #564\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.4.12  | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/567\"\u003eAvoid error on malformed address #567\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/571\"\u003eAdded a missing Promise\u0026lt;void\u0026gt; in index.d.ts #571\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/carboneater\"\u003eGabriel Fournier\u003c/a\u003e for this contribution. This release should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/548\"\u003eIs workbook.commit() still a promise or not #548\u003c/a\u003e \u003c/li\u003e \u003c/ul\u003e |\n| 1.4.13  | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/574\"\u003eIssue #488 #574\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/dljenkins\"\u003edljenkins\u003c/a\u003e for this contribution. This release should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/488\"\u003eInvalid time value Exception #488\u003c/a\u003e. \u003c/li\u003e \u003c/ul\u003e |\n| 1.5.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/577\"\u003eSheet add state for hidden or show #577\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Hsinfu\"\u003eFreddie Hsinfu Huang\u003c/a\u003e for this contribution. This release should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/226\"\u003ehide worksheet and reorder sheets #226\u003c/a\u003e. \u003c/li\u003e \u003c/ul\u003e |\n| 1.5.1   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/582\"\u003eUpdate index.d.ts #582\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/hankolsen\"\u003ehankolsen\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/584\"\u003eDecode the _x\u003c4 hex chars\u003e_ escape notation in shared strings #584\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.6.0   | \u003cul\u003e \u003cli\u003e Added .html property to Cells to facilitate html-safe rendering. See \u003ca href=\"#handling-individual-cells\"\u003eHandling Individual Cells\u003c/a\u003e for details. \u003c/li\u003e \u003c/ul\u003e |\n| 1.6.1   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/587\"\u003eFix Issue #488 where dt is an invalid date format. #587\u003c/a\u003e to fix  \u003ca href=\"https://github.com/exceljs/exceljs/issues/488\"\u003eInvalid time value Exception #488\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/ilijaz\"\u003eIliya Zubakin\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.6.2   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/587\"\u003eFix Issue #488 where dt is an invalid date format. #587\u003c/a\u003e to fix  \u003ca href=\"https://github.com/exceljs/exceljs/issues/488\"\u003eInvalid time value Exception #488\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/ilijaz\"\u003eIliya Zubakin\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/590\"\u003edrawing element must be below rowBreaks according to spec or corrupt worksheet #590\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/nevace\"\u003eLiam Neville\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.6.3   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/595\"\u003eset type optional #595\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/taoqf\"\u003etaoqf\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/578\"\u003eFix some xlsx stream read xlsx not in guaranteed order problem #578\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/KMethod\"\u003eKMethod\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/599\"\u003eFix formatting issue in README #599\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/getsomecoke\"\u003eVishnu Kyatannawar\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.7.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/602\"\u003eAbility to set tooltip for hyperlink #602\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/kalexey89\"\u003eKuznetsov Aleksey\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.8.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/636\"\u003eFix misinterpreted ranges from \u0026lt;definedName\u0026gt; #636\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/640\"\u003eAdd LGTM code quality badges #640\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/xcorail\"\u003eXavier RENE-CORAIL\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/646\"\u003eAdd type definition for Column.values #646\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/emlai\"\u003eEmil Laine\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/645\"\u003eColumn.values is missing TypeScript definitions #645\u003c/a\u003e. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/663\"\u003eUpdate README.md with load() option #663\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/thinksentient\"\u003eJoanna Walker\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/677\"\u003efixed packages according to npm audit #677\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/misleadingTitle\"\u003eManuel Minuti\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/699\"\u003eUpdate index.d.ts #699\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/rayyen\"\u003eRay Yen\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/708\"\u003eReplaced node-unzip-2 to unzipper package which is more robust #708\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/johnmalkovich100\"\u003ejohnmalkovich100\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/728\"\u003eRead worksheet hidden state #728\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/LesterLyu\"\u003eDishu(Lester) Lyu\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/736\"\u003eadd Worksheet.state typescript definition fix #714 #736\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/ilyes-kechidi\"\u003eIlyes Kechidi\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/714\"\u003eWorksheet State does not exist in index.d.ts #714\u003c/a\u003e. \u003c/li\u003e \u003c/ul\u003e |\n| 1.9.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/702\"\u003eImprovements for images (correct reading/writing possitions) #702\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/650\"\u003eImage location don't respect Column width #650\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/issues/467\"\u003eImage position - stretching image #467\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/li\u003e \u003c/ul\u003e |\n| 1.9.1   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/619\"\u003eAdd Typescript support for formulas without results #619\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Wolfchin\"\u003eLoursin\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/737\"\u003eFix existing row styles when using spliceRows #737\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/cxam\"\u003ecxam\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/774\"\u003eConsistent code quality #774\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/li\u003e \u003c/ul\u003e |\n| 1.10.0  | \u003cul\u003e \u003cli\u003e Fixed effect of splicing rows and columns on defined names \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/746\"\u003eAdd support for adding images anchored to one cell #746\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/karlvr\"\u003eKarl von Randow\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/758\"\u003eAdd vertical align property #758\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/MikeZyatkov\"\u003eMikeZyatkov\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/775\"\u003eReplace the temp lib to tmp #775\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/coldhiber\"\u003eIvan Sotnikov\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/780\"\u003eReplace the temp lib to tmp #775\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/793\"\u003eUpdate Worksheet.dimensions return type #793\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/795\"\u003eOne more types fix #795\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.11.0  | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/776\"\u003eAdd the ability to bail out of parsing if the number of columns exceeds a given limit #776\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/799\"\u003eAdd support for repeated columns on every page when printing. #799\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/FreakenK\"\u003eJasmin Auger\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/815\"\u003eDo not use a promise polyfill on modern setups #815\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/807\"\u003ecopy LICENSE to the dist folder #807\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/zypA13510\"\u003eYuping Zuo\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/813\"\u003eAvoid unhandled rejection on XML parse error #813\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/papandreou\"\u003eAndreas Lind\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 1.12.0  | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/819\"\u003e(chore) increment unzipper to 0.9.12 to address npm advisory 886 #819\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/kreig303\"\u003eKreig Zimmerman\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/817\"\u003edocs(README): improve docs #817\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/zypA13510\"\u003eYuping Zuo\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e \u003cp\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/823\"\u003eadd comment support #529 #823\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/ilimei\"\u003eilimei\u003c/a\u003e for this contribution. \u003c/p\u003e \u003cp\u003eThis fixes the following issues:\u003c/p\u003e \u003cul\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/202\"\u003eIs it possible to add comment on a cell? #202\u003c/a\u003e\u003c/li\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/451\"\u003eAdd comment to cell #451\u003c/a\u003e\u003c/li\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/503\"\u003eExcel add comment on cell #503\u003c/a\u003e\u003c/li\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/529\"\u003eHow to add Cell comment #529\u003c/a\u003e\u003c/li\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/707\"\u003ePlease add example to how I can insert comments for a cell #707\u003c/a\u003e\u003c/li\u003e \u003c/ul\u003e \u003c/li\u003e \u003c/ul\u003e |\n| 1.12.1  | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/822\"\u003efix issue with print area defined name corrupting file #822\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/donaldsonjulia\"\u003eJulia Donaldson\u003c/a\u003e for this contribution. This fixes issue \u003ca href=\"https://github.com/exceljs/exceljs/issues/664\"\u003eDefined Names Break/Corrupt Excel File into Repair Mode #664\u003c/a\u003e. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/831\"\u003eOnly keep at most 31 characters for sheetname #831\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/kaleo211\"\u003eXuebin He\u003c/a\u003e for this contribution. This fixes issue \u003ca href=\"https://github.com/exceljs/exceljs/issues/398\"\u003eLimit worksheet name length to 31 characters #398\u003c/a\u003e. \u003c/li\u003e \u003c/ul\u003e |\n| 1.12.2  | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/834\"\u003eadd cn doc #834\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/pull/852\"\u003eupdate cn doc #852\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/loverto\"\u003eflydragon\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/853\"\u003efix minor spelling mistake in readme #853\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/ridespirals\"\u003eJohn Varga\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/855\"\u003eFix defaultRowHeight not working #855\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/autukill\"\u003eautukill\u003c/a\u003e for this contribution. This should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/422\"\u003erow height doesn't apply to row #422\u003c/a\u003e, \u003ca href=\"https://github.com/exceljs/exceljs/issues/634\"\u003eThe worksheet.properties.defaultRowHeight can't work!! How to set the rows height, help!! #634\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/issues/696\"\u003eDefault row height doesn't work ? #696\u003c/a\u003e. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/854\"\u003eAlways keep first font #854\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/dogusev\"\u003eDmitriy Gusev\u003c/a\u003e for this contribution. This should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/816\"\u003edocument scale (width only) is different after read \u0026 write #816\u003c/a\u003e, \u003ca href=\"https://github.com/exceljs/exceljs/issues/833\"\u003eDefault font from source document can not be parsed. #833\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/issues/849\"\u003eWrong base font: hardcoded Calibri instead of font from the document #849\u003c/a\u003e. \u003c/li\u003e \u003c/ul\u003e |\n| 1.13.0  | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/862\"\u003ezip: allow tuning compression for performance or size #862\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/myfreeer\"\u003emyfreeer\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/863\"\u003eFeat configure headers and footers #863\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/autukill\"\u003eautukill\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Fixed an issue with defaultRowHeight where the default value resulted in 'customHeight' property being set. \u003c/li\u003e \u003c/ul\u003e |\n| 1.14.0  | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/874\"\u003eFix header and footer text format error in README.md #874\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/autukill\"\u003eautukill\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Added Tables. See \u003ca href=\"#tables\"\u003eTables\u003c/a\u003e for details. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/887\"\u003efix: #877 and #880\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/aexei\"\u003eAlexander Heinrich\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/pull/877\"\u003ebug: Hyperlink without text crashes write #877\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/pull/880\"\u003ebug: malformed comment crashes on write #880\u003c/a\u003e \u003c/li\u003e \u003c/ul\u003e |\n| 1.15.0  | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/889\"\u003eAdd Compression level option to WorkbookWriterOptions for streaming #889\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/ABenassi87\"\u003eAlfredo Benassi\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/903\"\u003eFeature/Cell Protection #903\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/pull/907\"\u003eFeature/Sheet Protection #907\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/karabaesh\"\u003ekarabaesh\u003c/a\u003e for these contributions. \u003c/li\u003e \u003c/ul\u003e |\n| 2.0.1   | \u003ch2\u003eMajor Version Change\u003c/h2\u003e \u003cp\u003eIntroducing async/await to ExcelJS!\u003c/p\u003e \u003cp\u003eThe new async and await features of JavaScript can help a lot to make code more readable and maintainable. To avoid confusion, particularly with returned promises from async functions, we have had to remove the Promise class configuration option and from v2 onwards ExcelJS will use native Promises. Since this is potentially a breaking change we're bumping the major version for this release.\u003c/p\u003e \u003ch2\u003eChanges\u003c/h2\u003e \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/829\"\u003eIntroduce async/await #829\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/930\"\u003eUpdate index.d.ts #930\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/cosmonovallc\"\u003ecosmonovallc\u003c/a\u003e for this contributions. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/940\"\u003eTS: Add types for addTable function #940\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/egmen\"\u003eegmen\u003c/a\u003e for this contributions. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/926\"\u003eadded explicit return types to the type definitions of Worksheet.protect() and Worksheet.unprotect() #926\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/drjokepu\"\u003eTamas Czinege\u003c/a\u003e for this contributions. \u003c/li\u003e \u003cli\u003e Dropped dependencies on Promise libraries. \u003c/li\u003e \u003c/ul\u003e |\n| 3.0.0   | \u003ch2\u003eAnother Major Version Change\u003c/h2\u003e \u003cp\u003eJavascript has changed a lot over the years, and so have the modules and technologies surrounding it. To this end, this major version of ExcelJS changes the structure of the publish artefacts:\u003c/p\u003e \u003ch3\u003eMain Export is now the Original Javascript Source\u003c/h3\u003e \u003cp\u003ePrior to this release, the transpiled ES5 code was exported as the package main. From now on, the package main comes directly from the lib/ folder. This means a number of dependencies have been removed, including the polyfills.\u003c/p\u003e \u003ch3\u003eES5 and Browserify are Still Included\u003c/h3\u003e \u003cp\u003eIn order to support those that still require ES5 ready code (e.g. as dependencies in web apps) the source code will still be transpiled and available  in dist/es5.\u003c/p\u003e \u003cp\u003eThe ES5 code is also browserified and available as dist/exceljs.js or dist/exceljs.min.js\u003c/p\u003e \u003cp\u003e\u003ci\u003eSee the section \u003ca href=\"#importing\"\u003eImporting\u003c/a\u003e for details\u003c/i\u003e\u003c/p\u003e |\n| 3.1.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/873\"\u003eUprev fast-csv to latest version which does not use unsafe eval #873\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/miketownsend\"\u003eMike Townsend\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/906\"\u003eExclude Infinity on createInputStream #906\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/sophiedophie\"\u003eSophie Kwon\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/911\"\u003eFeature/Add comments/notes to stream writer #911\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/brunoargolo\"\u003ebrunoargolo\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/868\"\u003eCan't add cell comment using streaming WorkbookWriter #868\u003c/a\u003e \u003c/li\u003e \u003cli\u003e Fixed an issue with reading .xlsx files containing notes. This should resolve the following issues: \u003cul\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/941\"\u003eReading comment/note from xlsx #941\u003c/a\u003e\u003c/li\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/issues/944\"\u003eExcel.js doesn't parse comments/notes. #944\u003c/a\u003e\u003c/li\u003e \u003c/ul\u003e \u003c/li\u003e \u003c/ul\u003e |\n| 3.2.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/923\"\u003eAdd document for zip options of streaming WorkbookWriter #923\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/piglovesyou\"\u003eSoichi Takamura\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/933\"\u003earray formula #933\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/yoann-antoviaque\"\u003eyoann-antoviaque\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/932\"\u003ebroken array formula #932\u003c/a\u003e and adds \u003ca href=\"#array-formula\"\u003eArray Formulae\u003c/a\u003e to ExcelJS. \u003c/li\u003e \u003c/ul\u003e |\n| 3.3.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/892\"\u003eFix anchor.js #892\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/wwojtkowski\"\u003eWojciech Wojtkowski\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/896\"\u003eadd xml:space=\"preserve\" for all whitespaces #896\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/sebikeller\"\u003eSebastian Keller\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/959\"\u003eAdd `shrinkToFit` to document and typing #959\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/mozisan\"\u003e('3')\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/943\"\u003eshrinkToFit property not on documentation #943\u003c/a\u003e. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/980\"\u003e#951: Force formula re-calculation on file open from Excel #980\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/zymon\"\u003ezymon\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/951\"\u003eForce formula re-calculation on file open from Excel #951\u003c/a\u003e. \u003c/li\u003e \u003cli\u003e Fixed \u003ca href=\"https://github.com/exceljs/exceljs/issues/989\"\u003eLib contains class syntax, not compatible with IE11 #989\u003c/a\u003e. \u003c/li\u003e \u003c/ul\u003e |\n| 3.3.1   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1000\"\u003eAdd headerFooter to worksheet model when importing from file #1000\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/kigh-ota\"\u003eKaiichiro Ota\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1005\"\u003eUpdate eslint plugins and configs #1005\u003c/a\u003e, \u003ca href=\"https://github.com/exceljs/exceljs/pull/1006\"\u003eDrop grunt-lib-phantomjs #1006\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/pull/1007\"\u003eRename .browserslintrc.txt to .browserslistrc #1007\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/takenspc\"\u003eTakeshi Kurosawa\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1012\"\u003eFix issue #988 #1012\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/988\"\u003eCan not read excel file #988\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/thambley\"\u003eTodd Hambley\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 3.4.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1016\"\u003eFeature/stream writer add background images #1016\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/brunoargolo\"\u003ebrunoargolo\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1019\"\u003eFix issue # 991 #1019\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/991\"\u003eread csv file issue #991\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/LibertyNJ\"\u003eNathaniel J. Liberty\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1018\"\u003eLarge excels - optimize performance of writing file by excelJS + optimize generated file (MS excel opens it much faster) #1018\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/pzawadzki82\"\u003ePiotr\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 3.5.0   | \u003cul\u003e \u003cli\u003e \u003ca href=\"#conditional-formatting\"\u003eConditional Formatting\u003c/a\u003e A subset of Excel Conditional formatting has been implemented! Specifically the formatting rules that do not require XML to be rendered inside an \u0026lt;extLst\u0026gt; node, or in other words everything except databar and three icon sets (3Triangles, 3Stars, 5Boxes). These will be implemented in due course \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1030\"\u003eremove core-js/ import #1030\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/bleuscyther\"\u003ejeffrey n. carre\u003c/a\u003e for this contribution. This change is used to create a new browserified bundle artefact that does not include any polyfills. See \u003ca href=\"#browserify\"\u003eBrowserify\u003c/a\u003e for details. \u003c/li\u003e \u003c/ul\u003e |\n| 3.6.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1042\"\u003e1041 multiple print areas #1042\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/AlexanderPruss\"\u003eAlexander Pruss\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1058\"\u003efix typings for cell.note #1058\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/xydens\"\u003exydens\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e \u003ca href=\"#conditional-formatting\"\u003eConditional Formatting\u003c/a\u003e has been completed. The \u0026lt;extLst\u0026gt; conditional formattings including dataBar and the three iconSet types (3Triangles, 3Stars, 5Boxes) are now available. \u003c/li\u003e \u003c/ul\u003e |\n| 3.6.1   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1047\"\u003eClarify merging cells by row/column numbers #1047\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/kendallroth\"\u003eKendall Roth\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1048\"\u003eFix README mistakes concerning freezing views #1048\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/overlookmotel\"\u003eoverlookmotel\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged: \u003cul\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/pull/1073\"\u003efix issue #1045 horizontalCentered \u0026 verticalCentered in page not working #1073\u003c/a\u003e\u003c/li\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/pull/1082\"\u003eFix the problem of anchor failure of readme_zh.md file #1082\u003c/a\u003e\u003c/li\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/pull/1065\"\u003eFix problems caused by case of worksheet names #1065\u003c/a\u003e\u003c/li\u003e \u003c/ul\u003e Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 3.7.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1076\"\u003eFix Issue #1075: Unable to read/write defaultColWidth attribute in \u0026lt;sheetFormatPr\u0026gt; node #1076\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/kigh-ota\"\u003eKaiichiro Ota\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1078\"\u003efunction duplicateRows added #1078\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/pull/1088\"\u003eDuplicate rows #1088\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/cbeltrangomez84\"\u003ecbeltrangomez84\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1087\"\u003ePrevent from unhandled promise rejection durning workbook load #1087\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/sohai\"\u003eWojtek\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1071\"\u003efix issue #899 Support for inserting pictures with hyperlinks #1071\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1089\"\u003eUpdate TS definition to reference proper internal libraries #1089\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/jakawell\"\u003eJesse Kawell\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 3.8.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1090\"\u003eIssue/Corrupt workbook using stream writer with background image #1090\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/brunoargolo\"\u003ebrunoargolo\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1092\"\u003eFix index.d.ts #1092\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1093\"\u003eWait for writing to tmp fiels before handling zip stream close #1093\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/sohai\"\u003eWojtek\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1095\"\u003eSupport ArrayBuffer as an xlsx.load argument #1095\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/sohai\"\u003eWojtek\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1099\"\u003eExport shared strings with RichText #1099\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/kigh-ota\"\u003eKaiichiro Ota\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1102\"\u003eKeep borders of merged cells after rewriting an Excel workbook #1102\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/kigh-ota\"\u003eKaiichiro Ota\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1104\"\u003eFix #1103: `editAs` not working #1104\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1105\"\u003eFix to issue #1101 #1105\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/cbeltrangomez84\"\u003eCarlos Andres Beltran Gomez\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1107\"\u003efix some errors and typos in readme #1107\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1112\"\u003eUpdate issue templates #1112\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 3.8.1   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1112\"\u003eUpdate issue templates #1112\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1124\"\u003eTypo: Replace 'allways' with 'always' #1124\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1125\"\u003eReplace uglify with terser #1125\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1126\"\u003eApply codestyles on each commit and run lint:fix #1126\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1127\"\u003e[WIP] Replace sax with saxes #1127\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1128\"\u003eAdd PR, Feature Request and Question github templates #1128\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1137\"\u003efix issue #749 Fix internal link example errors in readme #1137\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 3.8.2   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1133\"\u003eUpdate @types/node version to latest lts #1133\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1134\"\u003efix issue #1118 Adding Data Validation and Conditional Formatting to the same sheet causes corrupt workbook #1134\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1139\"\u003eAdd benchmarking #1139\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1148\"\u003efix issue #731 image extensions not be case sensitive #1148\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1169\"\u003efix issue #1165 and update index.d.ts #1169\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 3.9.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1140\"\u003eOptimize SAXStream #1140\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1143\"\u003efix issue #1057 Fix addConditionalFormatting is not a function error when using Streaming XLSX Writer #1143\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1160\"\u003efix issue #204 sets default column width #1160\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1164\"\u003eInclude cell address for Shared Formula master must exist.. error #1164\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/noisyscanner\"\u003eBrad Reed\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1166\"\u003eTypo in DataValidation examples #1166\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/mravey\"\u003eMatthieu Ravey\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1176\"\u003efixes #1175 #1176\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1179\"\u003efix issue #1178 and update index.d.ts #1179\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1182\"\u003eSimple test if typescript is able to compile #1182\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1190\"\u003eMore improvements #1190\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1193\"\u003eEnsure all node_modules are compatible with IE11 #1193\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1199\"\u003efix issue #1194 and update index.d.ts #1199\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/1194\"\u003e[BUG] TypeScript version doesn't have definition for Worksheet.addConditionalFormatting #1194\u003c/a\u003e. \u003c/li\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1204\"\u003efix issue #1157 marked Cannot set property #1204\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/1157\"\u003e[BUG] Cannot set property 'marked' of undefined #1157\u003c/a\u003e. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1209\"\u003eDeprecate createInputStream #1209\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/li\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1204\"\u003efix issue #1206 #1205 Abnormality of and attributes #1210\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/1205\"\u003e[BUG] Unlocked cells do not maintain their unlocked status after reading and writing a workbook. #1205\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/issues/1206\"\u003e[BUG] Unlocked cells lose their vertical and horizontal alignment after a read and write. #1206\u003c/a\u003e. \u003c/li\u003e \u003c/ul\u003e |\n| 3.10.0  | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1233\"\u003e[Chore] Upgrade dependencies #1233\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/li\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1220\"\u003eFix issue #1198 Absolute path and relative path need to be compatible #1220\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/1198\"\u003e[BUG] Loading OpenPyXL workbooks #1198\u003c/a\u003e. \u003c/li\u003e \u003c/li\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1234\"\u003eUpgrade tmp #1234\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/882\"\u003eProcess doesn't exit \u003c 8.12.0 #882\u003c/a\u003e. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1270\"\u003eNew version of dayjs requires explicit `Z` in the date formats #1270\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/li\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1280\"\u003eFixed #1276 #1280\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Subhajitdas298\"\u003eSubhajit Das\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/1276\"\u003e[BUG] Invalid regular expression: /^[ -íŸ¿î€€-ï¿½ð€€-ô¿¿]$/: Range out of order in character class #1276\u003c/a\u003e. \u003c/li\u003e \u003c/li\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1278\"\u003e[bugfix] Fix special cell values causing invalid files produced #1278\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/703\"\u003eSpecial cell value results invalid file #703\u003c/a\u003e. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1208\"\u003eRe-translation of simplified Chinese documents (zh-cn) #1208\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/wang1212\"\u003e不如怀念\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1208\"\u003edata-validations-xform: keep formulae if type not exists #1229\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/myfreeer\"\u003emyfreeer\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/li\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1257\"\u003eWorkbookWriter support rowBreaks #1257\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/1248\"\u003e[BUG] WorkbookWriter doesn't support headerFooter and rowBreaks. #1248\u003c/a\u003e. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1289\"\u003eFixed ascii only #1289\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Subhajitdas298\"\u003eSubhajit Das\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1159\"\u003eSupports setting cell comment properties #1159\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1215\"\u003edocs: add links to top with jump2header #1215\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/strdr4605\"\u003eDragoș Străinu\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1310\"\u003eFix cell.text return an empty object when cell is empty #1310\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1303\"\u003eUse rest args instead of slicing arguments #1303\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 4.0.1   | \u003cul\u003e \u003cli\u003e A Major Version Change - The main ExcelJS interface has been migrated from streams based API to Async Iterators making for much cleaner code. While technically a breaking change, most of the API is unchanged For details see \u003ca href=\"https://github.com/exceljs/exceljs/blob/master/UPGRADE-4.0.md\"\u003eUPGRADE-4.0.md\u003c/a\u003e. \u003c/li\u003e \u003cli\u003e This upgrade has come from the following merges: \u003cul\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/pull/1135\"\u003e[MAJOR VERSION] Async iterators #1135\u003c/a\u003e\u003c/li\u003e \u003cli\u003e\u003ca href=\"https://github.com/exceljs/exceljs/pull/1142\"\u003e[MAJOR VERSION] Move node v8 support to ES5 imports #1142\u003c/a\u003e\u003c/li\u003e \u003c/ul\u003e A lot of work from the team went into this - in particular \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e and \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e. \u003c/li\u003e \u003c/ul\u003e |\n| 4.1.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1317\"\u003eRemove const enum and add ErrorValue in index.d.ts #1317\u003c/a\u003e Many thanks to  \u003ca href=\"https://github.com/aplum\"\u003eAlex Plumley\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1319\"\u003eupdate README.md and READEME_zh.md #1319\u003c/a\u003e Many thanks to  \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1324\"\u003eAdded insert rows functionality with new style inherit options #1324\u003c/a\u003e Many thanks to  \u003ca href=\"https://github.com/Subhajitdas298\"\u003eSubhajit Das\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1327\"\u003eUpdated readme for insert rows #1327\u003c/a\u003e Many thanks to  \u003ca href=\"https://github.com/Subhajitdas298\"\u003eSubhajit Das\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1338\"\u003eFix: Async iterators definition #1338\u003c/a\u003e Many thanks to  \u003ca href=\"https://github.com/JuhBoy\"\u003eJulien - JuH\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1344\"\u003e[bugfix] Fix special cell values causing invalid files produced(#1339) #1344\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/pull/1339\"\u003e[BUG] hasOwnProperty, constructor special words not serialized correctly with stream.xlsx.WorkbookWriter #1339\u003c/a\u003e. Many thanks to  \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1334\"\u003eFix the error that comment does not delete at spliceColumn #1334\u003c/a\u003e. Many thanks to  \u003ca href=\"https://github.com/sdg9670\"\u003esdg9670\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1328\"\u003ebug fix can not read property date1904 of undefined #1328\u003c/a\u003e. Many thanks to  \u003ca href=\"https://github.com/1328\"\u003e1328\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 4.1.1   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1356\"\u003eupdate index.d.ts #1356\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Paweł\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1358\"\u003eFix styleOption error in index.ts #1358\u003c/a\u003e. This fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/1357\"\u003e[BUG] 4.1.0 causes TypeScript compilation errors - addRows styleOption should be optional? #1357\u003c/a\u003e. Many thanks to  \u003ca href=\"https://github.com/sdg9670\"\u003esdg9670\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1354\"\u003eImproved documentation #1354\u003c/a\u003e Many thanks to \u003ca href=\"https://github.com/Subhajitdas298\"\u003eSubhajit Das\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 4.2.0   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1432\"\u003eFix issue #1431 Streaming WorkbookReader _parseSharedStrings doesn't handle rich text within shared string nodes #1432\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/rheidari\"\u003eReza Heidari\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1442\"\u003eChange typing for colorScale colour to array of colours #1442\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/7coil\"\u003eLeondro Lio\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1443\"\u003eAddRow/s and InsertRow/s now returning the newly added rows #1443\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Subhajitdas298\"\u003eSubhajit Das\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1475\"\u003efix docs #1475\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/kiba-d\"\u003eDmytro Kyba\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1360\"\u003e[bugfix]Fix Issue #1254 and update index.d.ts #1360\u003c/a\u003e. This should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/1254\"\u003e[BUG] getSheetValues() typescript definition is incorrect #1254\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Alanscut\"\u003eAlan Wang\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1262\"\u003eFix issue #1261 WorkbookWriter sheet.protect() function doesn't exist #1262\u003c/a\u003e. This should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/1261\"\u003e[BUG] WorkbookWriter sheet.protect() function doesn't exist #1261\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/rheidari\"\u003eReza Heidari\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1405\"\u003eREADME: images not supported in streaming mode #1405\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/chdh\"\u003eChristian d'Heureuse\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1477\"\u003eRun linter with prettier 2 #1477\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1476\"\u003eIncrease the performance of some xml and html helpers #1476\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alubbe\"\u003eAndreas Lubbe\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1482\"\u003ePerformance improvement in col-cache #1482\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/antimatter15\"\u003eKevin Kwok\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1481\"\u003eFix type definition for DefinedNamesRanges #1481\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/antimatter15\"\u003eKevin Kwok\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1480\"\u003eFixed undefined ref error when setting a data validation that is a range of cells at the worksheet level #1480\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Bene-Graham\"\u003eBene-Graham\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1485\"\u003eadd A3 paperSize number #1485\u003c/a\u003e. This should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/1406\"\u003e[F] The printing size can be set to A3 #1406\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/skypesky\"\u003eskypesky\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1478\"\u003eFix #1364 Incorrect Worksheet Name on Streaming XLSX Reader #1478\u003c/a\u003e. This should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/1364\"\u003e[BUG] Incorrect Worksheet Name on Streaming XLSX Reader #1364\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/antimatter15\"\u003eKevin Kwok\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1466\"\u003egrunt: skip babel transpile for core-js #1466\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/myfreeer\"\u003emyfreeer\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1486\"\u003exlsx: use TextDecoder and TextEncoder in browser #1486\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/myfreeer\"\u003emyfreeer\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1488\"\u003eRefine typing for Column #1488\u003c/a\u003e. This should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/1120\"\u003e[BUG] Typescript error from getColumn.eachCell #1120\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/nywleswoey\"\u003eSelwyn Yeow\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1489\"\u003ecol-cache: optimize for performance #1489\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/myfreeer\"\u003emyfreeer\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1487\"\u003eAdd lastColumn property (fixes #1453) #1487\u003c/a\u003e. This should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/1453\"\u003eproperty of worsheet.lastcolumn #1453\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/FliegendeWurst\"\u003eFliegendeWurst\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1495\"\u003eAdd a test for CSV writeFile encoding #1495\u003c/a\u003e. This should close \u003ca href=\"https://github.com/exceljs/exceljs/issues/1473\"\u003e[BUG] Export CSV garbled characters #1473\u003c/a\u003e. and \u003ca href=\"https://github.com/exceljs/exceljs/issues/995\"\u003eCan't get hebrew to display correctly in a generted CSV file #995\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/ArtskydJ\"\u003eJoseph Dykstra\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1496\"\u003eClarify `encoding` option is just for `.writeFile` #1496\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/ArtskydJ\"\u003eJoseph Dykstra\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1377\"\u003eMerge cells after row insert #1377\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/curtcommander\"\u003eCurt Commander\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1484\"\u003eFix issue 1474 (to check invalid sheet name) #1484\u003c/a\u003e. This should fix \u003ca href=\"https://github.com/exceljs/exceljs/issues/1474\"\u003e[BUG] Incorrectly handles '/', ':' characters in sheet name #1474\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/skypesky\"\u003eskypesky\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 4.2.1   | \u003cul\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1550\"\u003eTyping FillPattern fgColor should be optional #1550\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Andries-Smit\"\u003eAndries Smit\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1564\"\u003eFixed return type on getRows #1564\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/pmcilwaine\"\u003ePaul Mcilwaine\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1599\"\u003efix #1598 lint violations #1599\u003c/a\u003e. Fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/1598\"\u003e[BUG] npm run lint reports multiple violations #1598\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/iva2k\"\u003eIlya I\u003c/a\u003e for this contribution. \u003c/li\u003e \u003cli\u003e Merged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1606\"\u003eFix fullAddress row and col types #1606\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Akxe\"\u003eAdam Eisenreich\u003c/a\u003e for this contribution. \u003c/li\u003e \u003c/ul\u003e |\n| 4.3.0   | \u003cul\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1656\"\u003eAdd TS declarations of Workbook properties #1656\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/kaoths\"\u003eTanawit Kritwongwiman\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/201\"\u003eFix issue #178 #201\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/stavenko\"\u003eVasiliy Stavenko\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1649\"\u003edoc: add example for solid pattern usage #1649\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/fpaupier\"\u003efpaupier\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1629\"\u003eAdd type definition for lastColumn property (fixes #1453) #1629\u003c/a\u003e. Fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/1453\"\u003eAdd type for property of worsheet.lastcolumn #1453\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/masterzeus05\"\u003eDaniel Gonçalves\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1599\"\u003efix #1598 lint violations #1599\u003c/a\u003e. Fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/1598\"\u003e[BUG] npm run lint reports multiple violations #1598\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/iva2k\"\u003eIlya I\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1133\"\u003eUpdate @types/node version to latest lts #1133\u003c/a\u003e. Fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/971\"\u003eERROR in node_modules/exceljs/index.d.ts(1648,34): error TS2503: Cannot find namespace 'NodeJS'. #971\u003c/a\u003e and \u003ca href=\"https://github.com/exceljs/exceljs/issues/997\"\u003eERROR in node_modules/exceljs/index.d.ts(1661,34): error TS2503: Cannot find namespace 'NodeJS'. #997\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Pawel\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1731\"\u003eAdded Node v16 to the test suite #1731\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/alexbjorlig\"\u003eAlex Bjørlig\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1708\"\u003eReadme moment to dayjs #1708\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/jerebtw\"\u003eJerebtw\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/602\"\u003eAbility to set tooltip for hyperlink #602\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/kalexey89\"\u003eAleksey Kuznetsov\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/1574\"\u003eFixed conditional format corrupting sheet #1305 #1574\u003c/a\u003e. Fixes \u003ca href=\"https://github.com/exceljs/exceljs/issues/1305\"\u003e[BUG] Errors when opening file in Excel after saving a file with conditional formatting #1305\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/rolandostar\"\u003eRolando Romero\u003c/a\u003e for this contribution.\u003c/li\u003e\u003cli\u003eMerged \u003ca href=\"https://github.com/exceljs/exceljs/pull/702\"\u003eImprovements for images (correct reading/writing possitions) #702\u003c/a\u003e. Many thanks to \u003ca href=\"https://github.com/Siemienik\"\u003eSiemienik Pawel\u003c/a\u003e for this contribution.\u003c/li\u003e\u003c/ul\u003e |\n","funding_links":[],"categories":["JavaScript","Repository","Uncategorized","hacktoberfest","前端开发框架及项目","Programming Languages"],"sub_categories":["Office","Uncategorized","其他_文本生成、文本对话","JavaScript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexceljs%2Fexceljs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexceljs%2Fexceljs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexceljs%2Fexceljs/lists"}