Hi,
I am new to ASPOSE slides.
I have a requirement to create complex bar charts and Pie charts and export it to a PPTX file so that I can use those graphs for my presentation during meetings.
So to do this, I am doing a POC by taking a small data table like EMP table as below.
EmpID EmpName Salary
===== ======== ====
1 A 10000
2 B 20000
3 C 30000
4 D 40000
5 E 50000
6 F 60000
Now using this data, I want to create a Bar chart and also a Pie Chart using ASPOSE Slides so that I can export it to a PPTX file. I need to create this using ASP.Net in visual studio. What I need to create, a screenshot of it is as attached here.
Hence, requesting you to share some sample codes so that I can complete this POC as soon as possible.
I have one more question :
using Aspose.Slides;
<pre class=“code-java” style=“padding: 0px; margin-top: 0px; margin-bottom: 0px; overflow: auto; font-family: “Courier New”, Courier, monospace; line-height: 1.3; color: rgb(51, 51, 51); font-size: 13.2367px; font-weight: bold; background-color: rgb(255, 255, 255);”>//Instantiate PresentationEx class that represents PPTX file
using(PresentationEx pres = new PresentationEx())
{
//Access first slide
SlideEx sld = pres.Slides[0];<pre class=“code-java” style=“padding: 0px; margin-top: 0px; margin-bottom: 0px; overflow: auto; font-family: “Courier New”, Courier, monospace; line-height: 1.3; color: rgb(51, 51, 51); font-size: 13.2367px; font-weight: bold; background-color: rgb(255, 255, 255);”>}
I am using : Aspose.Slides.dll version 2.7.0.0. It’s Product Version is : 2007.09.19
But for me it’s showing an error as : “The type or namespace <span style=“background-color: rgb(255, 255, 255); color: rgb(51, 51, 51); font-family: “Courier New”, Courier, monospace; font-size: 13.2367px; font-weight: bold;”>PresentationEx could not be found. Are you missing a using directive or an assembly reference ?”
I need to create PPTX file, not a PPT.
So am I using here a lower version of ASPOSE DLL ? If I am using a lower version, then please send me a link to download the latest version where it supports pptx file generation.
Regards,
Deb
Bangalore, India
+91-9740283783