Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Mon Nov 13, 2017 3:55 am

strange behavior of Workbook.SaveChartAsImage in Spire.Xls
the execution never stop, and no exception
the test data is shown as the attached

Thanks


code example:

Workbook workbook = new Workbook();
workbook.LoadFromFile(xlsPath, ExcelVersion.Version2010);
Worksheet sheet = workbook.Worksheets[0];

Image[] imgs = workbook.SaveChartAsImage(sheet);
imgs[0].Save(imgPath, ImageFormat.Png);
Attachments
test data.zip
(6.84 KiB) Downloaded 231 times

yee
 
Posts: 1
Joined: Sun Nov 12, 2017 3:29 pm

Mon Nov 13, 2017 4:14 am

Hello,

Thanks for your inquiry.
I have noticed the issue and referred it to our dev team.
Once there's any update, I'll let you know.

Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Fri Dec 01, 2017 6:35 am

Hello,

Glad to inform that your issue has been resolved.
Please download the hotfix Spire.XLS Pack(Hotfix) Version:7.12.125.

Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Return to Spire.XLS

cron