Green traiangles error

Sir
I got workbook.numericdata=true;
But still i am nota ble to remove green triangles?Pls help me Urgent
This message was posted using Aspose.Live 2 Forum

Hi,

I think you may try to use the line before saving the workbook:

Workbook workbook = new Workbook(…);
workbook.Settings.ConvertNumericData = true;
workbook.Save(“e:\test\mydest.xls”);

Also, You may use Cell.PutValue(stringVal, true) to convert the numeric data to numbers upon your insertion too.

We also attached latest version/fix v5.1.2.9 for you in your other thread, please try it.
If you still find the issue, kindly do post your template file with sample code or sample application to reproduce the issue here. We will check it soon.