office2html

0.0.2 • Public • Published

office2html

node module to convert office files to html

requires unoconv to be installed https://github.com/dagwieers/unoconv

convert office files (docx, pptx, xlsx) to an html document

Usage:

var office2html = require(office2html),
  generateHtml = office2html.generateHtml;

generateHtml('test/test.pptx', function(err, result) {
  console.log(result);
});

Test:

put a office document (docx, pptx, xlsx) in the test folder.

Package Sidebar

Install

npm i office2html

Weekly Downloads

5

Version

0.0.2

License

GNU

Last publish

Collaborators

  • gbaudry303