TeamworkGuy2 / excel-builder-ts

TypeScript port of the excel-builder.js library - "A way to build excel files with javascript"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Excel-Builder

TypeScript port of the excel-builder.js Library - 'A way to build excel files with javascript'.

The project has been re-organized into sub-folders since it was ported. Some documentation and minor field and variable tweaks have been made to work better with TypeScript.

The eventual goal is for xlsx-spec-models and xlsx-spec-utils to replace this project.

The Open XML specification referenced in several files can be found here: http://www.ecma-international.org/publications/standards/Ecma-376.htm Warning ~40 MB PDF - ECMA-376 5th edition Part 1

About

TypeScript port of the excel-builder.js library - "A way to build excel files with javascript"

License:MIT License


Languages

Language:TypeScript 53.6%Language:JavaScript 46.4%