openxml-js

Open XML SDK for JavaScript

Usage no npm install needed!

<script type="module">
  import openxmlJs from 'https://cdn.skypack.dev/openxml-js';
</script>

README

openxml

openxmlsdkjs - Open XML SDK for JavaScript

The original author is Eric White. I just created a module in Node for it.

This is a small JavaScript library that enables you to implement Open XML functionality. Interesting platforms are:

  • In-browser applications using IE, Chrome, FireFox, and other browsers.
  • Server-side functionality using NodeJs.
  • Windows 8 'Store' applications that are written in HTML5 and JavaScript.
  • Word 2013 JavaScript Apps
  • SharePoint 2013 JavaScript Apps.
  • SharePoint 2010 JavaScript Web Parts.

Installation

npm install jthuraisamy/openxml

Usage

var openXml = require('openxml');

License

Ms-PL