Hi Carlos,
Thanks for contacting Syncfusion support.
We have analyzed your sample and you can achieve your
requirement by setting the value to the grid like in below code snippet.
Code Snippet[C#]:
ActiveWorkbook.ActiveSheet.Range["A1"].Value = value.ToString(); var grid = spreadSheetControl.GridProperties.ActiveSpreadsheetGrid; grid.Model[1, 1].CellValue = value.ToString(); |
We have modified your sample based on this and you can find
the sample from the below location.
Please let us know if you have any queries.
Thanks,
Pannir
Hi Carlos,
As we have mentioned in the previous update, you can achieve your requirement by setting the cell value to the grid and it should work for cross sheet reference formula also. we have prepared a sample to achieve your requirement and you can find the sample from the below location.
Please let us know if you have any queries.
Regards,
M. Saravanan.
Hi Carlos,
We are able to reproduce the issue “Increase/Decrease
decimals does not working formula values”. We have considered this as a defect
in our source. Hence we have created a new incident (#111067) for
this query and please follow the incident for further updates.
Regards,
Pannir
Hi Carlos,
We have updated the patch for the ClientProfile assemblies
in the incident #111067 and you can
get the ClientProfile assemblies from that incident.
Please let us know if you have any queries.
Regards,
Pannir