We want to export excel active worksheet that contains a few charts into Html file, but one requirement we want is the charts need to be converted to images in the form of VML Shape,
<v:shape id="Chart_x0020_2" o:spid="_x0000_s1026" type="#_x0000_t75" style='position:absolute;
margin-left:0;margin-top:0;width:856.5pt;height:300pt;z-index:1;
visibility:visible' o:gfxdata="UEsDBBQABgAIAAAAIQD1avy5IAEAAF4CAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbIySy07DMBBF
90j8g+Utip12gRBK2gUpS0CofIBlTx5q/JDHTdu/Z5K2iyIKXVn2zL3neuxiubc9GyBi513JZyLn
DJz2pnNNyb/Wr9kTZ5iUM6r3Dkp+AOTLxf1dsT4EQEZqhyVvU.....YAfQEAAP0LAAAAAA==">
<v:imagedata src="cid:image003.png@01D2E9D7.6831CBA0" o:title="" />
<o:lock v:ext="edit" aspectratio="f" />
<x:ClientData ObjectType="Pict">
<x:SizeWithCells/>
<x:CF>Bitmap</x:CF>
<x:AutoPict/>
</x:ClientData>
</v:shape>
instead of
<img src="..." >
How can I achieve this by using Aspose products?