Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 946 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 946 Bytes

ExcelJS

Tests

This project was forked from ExcelJS. After using some of the functions with ExcelJS, I found some problems with how things were being rendered. To improve this project, I plan to use the ECMA-376 standard to include as many of the important XML definitions.

Installation

npm install @hyperliskdev/exceljs

Future Features

  • Table Data embedded in the Excel.Table object.

Dev Guide

Here is an outline of everything I personally understand about the project and important references that I used.

Excel Files

Firstly, Excel Files are essentilly just a zip file with XML files containing the proper information.