node.js - Create a word file with csv file or directly from AngularJS website -


i got nodejs/angularjs website client export data in csv. use ng-csv doing it, have word design file.

i don't find lot of things on web, possible ? transform csv file excel word file ? or create word file directly website ?

edit : export data word , display :

enter image description here

the better approach suggest u should create word documnet in node itself, try using officgen module in npm. https://www.npmjs.com/package/officegen


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -