Hello ,
I would like to know some things on oleObjectFrame.
- Is it compulsory to make the worksheet as chart sheet like
Dim chartSheetIdx As Integer = wb.Worksheets.Add(SheetType.Chart)
or we can even add chart in normal worksheet as get the chart from it using
Dim imgChart As Bitmap = wb.Worksheets(2).Charts(0).ToImage().
- I am having a scenario in which i have many charts and each chart
is having the data above that only i am attaching a excel file for your
reference as step2.xls this excel i have prepare
using aspose.cells now i want to export all the charts from this excel to PPT - Also if it is compulsory to make the worksheet as chart sheet then can i add multiple chart is that one worksheet or for different chart i have to create different sheets kindly provide me some code reference for this
Thanks & Regards
Lakdawala Zaid