Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.65k stars 471 forks source link

[QUESTION] How to render XML without using the application #294

Closed donpinkus closed 5 years ago

donpinkus commented 5 years ago

Is it possible to render the XML / document generated by officegen in a browser or without using the Microsoft application?

Ziv-Barber commented 5 years ago

officengen is NOT using Microsoft Office. This code is full standalone code that is not depending on any Microsoft code or app! It's working on any environment that supporting node.js Right now it's not working in the browser so it's a backend only BUT I'm working on re-designing it to support also working in the browser.