Is there any method to extract charts from excel using NPOI, or to extract the XML code and parse it into a word document ? I don't find any support to extract the xml or the chart, i need the chart object the solution with image don't work, i can't use the microsoft office interop. Or is there any free lib that can do this ?
Asked
Active
Viewed 167 times
0
-
what did you try till now? Did you try workbook.GetAllPictures()? – Krishna Chaithanya Muthyala Apr 15 '19 at 16:31
-
@KrishnaChaithanyaMuthyala i want the object or the xml code for that chart not the image, if i get the image i can't modify any data. I try to extract the xml by unzip the excel file, but this method did not work. – Cristian Apr 16 '19 at 09:09