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 :
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
Post a Comment