xlsx-populate
Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
File Explorer
Download Latest Version (.zip)- blank.xlsx
- template.js
- xlsx-populate-no-encryption.js
- xlsx-populate-no-encryption.min.js
- xlsx-populate-no-encryption.min.js.map
- xlsx-populate.js
- xlsx-populate.min.js
- xlsx-populate.min.js.map
- template.md
- index.js
- out.xlsx
- index.html
- in.xlsx
- index.js
- out.xlsx
- index.js
- out.xlsx
- template.xlsx
- index.js
- out.xlsx
- .eslintrc.json
- addressConverter.js
- AppProperties.js
- ArgHandler.js
- blank.js
- Cell.js
- colorIndexes.js
- Column.js
- ContentTypes.js
- CoreProperties.js
- dateConverter.js
- Encryptor.js
- externals.js
- FormulaError.js
- PageBreaks.js
- Range.js
- regexify.js
- Relationships.js
- RichText.js
- RichTextFragment.js
- Row.js
- SharedStrings.js
- Sheet.js
- Style.js
- StyleSheet.js
- Workbook.js
- XlsxPopulate.js
- XmlBuilder.js
- XmlParser.js
- xmlq.js
- .eslintrc.json
- e2e-browser.spec.js
- expected.json
- generate.js
- out.xlsx
- parse.cs
- template.xlsx
- expected.json
- generate.js
- out.xlsx
- parse.cs
- password.txt
- expected.json
- generate.js
- out.xlsx
- parse.cs
- expected.json
- generate.js
- out.xlsx
- parse.cs
- template.xlsx
- expected.json
- generate.js
- out.xlsx
- parse.cs
- expected.json
- generate.js
- out.xlsx
- parse.cs
- template.xlsx
- expected.json
- generate.js
- out.xlsx
- parse.cs
- expected.json
- generate.js
- out.xlsx
- parse.cs
- expected.json
- generate.js
- out.xlsx
- parse.cs
- expected.json
- generate.js
- out.xlsx
- parse.cs
- expected.json
- generate.js
- out.xlsx
- parse.cs
- e2e-generate.spec.js
- jasmine.json
- template.cs
- expected.json
- input.xlsx
- parse.js
- expected.json
- input.xlsx
- parse.js
- password.txt
- expected.json
- input.xlsx
- parse.js
- expected.json
- input.xlsx
- parse.js
- expected.json
- input.xlsx
- parse.js
- expected.json
- input.xlsx
- parse.js
- expected.json
- input.xlsx
- parse.js
- expected.json
- input.xlsx
- parse.js
- e2e-parse.spec.js
- jasmine.json
- issue-230.xlsx
- async.js
- matchers.js
- addressConverter.spec.js
- ArgHandler.spec.js
- Cell.spec.js
- Column.spec.js
- ContentTypes.spec.js
- CoreProperties.spec.js
- dateConverter.spec.js
- Encryptor.spec.js
- externals.spec.js
- FormulaError.spec.js
- jasmine.json
- Range.spec.js
- regexify.spec.js
- Relationships.spec.js
- RichText.spec.js
- Row.spec.js
- SharedStrings.spec.js
- Sheet.spec.js
- Style.spec.js
- StyleSheet.spec.js
- Workbook.spec.js
- XlsxPopulate.spec.js
- XmlBuilder.spec.js
- XmlParser.spec.js
- xmlq.spec.js
- .eslintrc.json
- .eslintrc.json
- .gitignore
- .npmignore
- .travis.yml
- backlog.md
- bower.json
- gulpfile.js
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
git clone https://github.com/dtjohnson/xlsx-populate
Downloads the entire project code from GitHub to your computer.
cd xlsx-populate
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Node.js Node.js must be installed to use npm.
npm install -g gulp
Installs the package published on the npm registry globally โ no need to clone the source.
Pulled directly from this repo's README.
3. Node.js
Easynpm install xlsx-populate
Downloads and installs the libraries listed in package.json.
npm install -g gulp
Installs the package published on the npm registry globally โ no need to clone the source.
npm install
Downloads and installs the libraries listed in package.json.
Pulled directly from this repo's README.
