Guyon Roche is announcing that ExcelJS with version number 0.2.4 is already available to download.
What is ExcelJS ?
ExcelJS is .
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 scratch As 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.4 :
You can read the complete changelog and also download this latest version on their homepage: github.com