Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xlsx generation in nodejs, along with graphs

Tags:

node.js

xlsx

I need to create Excel Sheet report in nodejs, along with some pie/bar charts. The Packages like https://github.com/SheetJS/js-xlsx and https://github.com/guyonroche/exceljs doesn't provide the facility to create charts.

Can anyone suggest any methodor existing package so that pie/bar charts can be included in xlsx report in Nodejs?

like image 415
Kshitij Mittal Avatar asked Feb 02 '16 11:02

Kshitij Mittal


1 Answers

I have the same problem and I am looking for the solution as well. I have found https://www.npmjs.com/package/xlsx-chart but I don't know yet how to integrate data along with the chart because the plugin generate separate sheet for data and table.

like image 109
Mika Andrianarijaona Avatar answered Sep 25 '22 01:09

Mika Andrianarijaona