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.

Sat May 30, 2015 12:31 pm

Hi Support ,

I am not able to convert Excel cell(math equation) to Jpeg.

Below is my sample code and also refer attached excel

Workbook workbook = new Workbook();


workbook.LoadFromFile(@"D:\Book1.xlsx");
//Initailize worksheet
Worksheet sheet = workbook.Worksheets[0];

workbook.CalculateAllValue();
//sheet.SaveToImage("sample.bmp");

sheet.SaveToImage(2, 3, 2, 3).Save("sample.Jpeg", ImageFormat.Jpeg);

chandrakiran145@gmail.com
 
Posts: 2
Joined: Sat May 30, 2015 7:53 am

Mon Jun 01, 2015 1:44 am

Hello,

Thanks for your inquiry.
Sorry that I can't find your attachment file. Please package your file into ZIP file format. Then, upload your zip file.

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Tue Jun 02, 2015 9:44 am

Hi Support,

Please find attached sample.
Attachments
Book1.rar
(34.19 KiB) Downloaded 327 times

chandrakiran145@gmail.com
 
Posts: 2
Joined: Sat May 30, 2015 7:53 am

Wed Jun 03, 2015 2:21 am

Hello,

Thanks for your information.
So sorry that our product doesn't support to convert math equation to image at this stage.

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Return to Spire.XLS