I am trying to extract chart as image from excel file using apache poi
I got chart data from my workbook with code below
workbook.getSheetAt(0).createDrawingPatriarch().getCharts().get(0);
Somebody know how to save this chart as image?
Aucun commentaire:
Enregistrer un commentaire