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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -