Guyon Roche is announcing that ExcelJS with version number 0.2.0 is already available to download.
What is ExcelJS ?
ExcelJS is A JavaScript library to read, alter, and even write data to Excel spreadsheet files, a simple interface for basic workbook management tasks .
ExcelJS will let developers easily work with XLSX files, parsing their content and extracting it for further manipulation, editing it with just a few commands, or even creating new Excel files and putting their data into them.Some of the supported operations include:- creating new workbooks- editing workbook metadata- adding worksheets- adding columns- adding rows- adding data to row and columns- editing individual cells- merging cells- cell UI styles- parsing the content of a XLSX- writing a new XLSX file from scratchAs you can see, both data manipulation and UI-related tasks are supported, allowing developer in-depth control over the XLSX file.Installation instructions are provided with the package’s README file.
This is changelog for ExcelJS version 0.2.0 :
- Streaming XLSX Writer
- Worksheet.lastRow
- Row.commit()
You can read the complete changelog and also download this latest version on their homepage: github.com