I have a Json array of object as follows
[{name: test1, age:20},{name: test2, age:23},{name: test3, age:30}]
I want to print these values to a table in Microsoft word document. In another way, I want to generate a word document with above values displayed in a table using angularjs. How can I proceed?