1
I need to implement a solution in which I have to build a charts in the excel using javascript/angular. I already have the charts rendered on screen using chartsJS, but I need to export them to excel, not only the data but the charts graficamente.
I’ve found some bibliotecas JS that make the creation of excel, but I did not find anything related to create a Charts directly from excel.
If there is another solution to the case "exportar um charts para excel", is also valid.