Hi I am using thi formula in Excel and I got what I am expecting.
"=SUM(INDEX((Block!F13:F100),0,MATCH(Sheet1!Z1,(Block!F12:F12),0)))"
Sfspreadsheet implementation below only provide the 1st rows but not providing the sum.
string Sblockqty = "=SUM(INDEX((Block!F13:F100),0,MATCH(Sheet1!Z1,(Block!F12:F12),0)))";
var fblockqty = spreadsheet1.Workbook.Worksheets["Sheet1"].Range[1, 27];
spreadsheet1.ActiveGrid.SetCellValue(fblockqty, Sblockqty);
spreadsheet1.ActiveGrid.InvalidateCell(1, 27);
Hi Mark,
We are validating your reported issue. we will update you with proper details on January 17, 2022.
Regards,
Sampath Narayanan.S
Hi Mark,
We are still validating your reported issue. we will update you with proper details on January 19, 2022.
Regards,
Sampath Narayanan.S
Hi Mark,
We regret for the inconvenience. We are working on this issue. However we are in need to some more details about the Block sheet and the values present in those range to check the exact scenario in our end. Can you please provide a simple sample or the workbook in which the issue is replicated in your end. It will be more helpful us to check the exact case while fixing the issue.
Regards,
Sampath Narayanan.S
Hi Sampath,
version 19.3.0.53
when is your next NuGet package release?
thank you,
Mark
Thank you, Sampath. I can wait until the Feb 15, 2022.
Hi Mark,
Thank you for your patience.
We are regret to inform you that the fix is not included in this weekly nuget. However we have provided the patch on your version 19.3.0.53
We have fixed the issue “Index formula doesn't return the result in range/array” . You can download the patch from following location.
v19.3.0.53
|
Recommended approach – exe will perform automatic configuration Please find the patch setup here:
Please find the patch assemblies alone from:
Please find the NuGet’s from the below location:
|
Assembly Version: v19.3.0.53
Installation Directions:
This patch should replace the files “Syncfusion.Spreadsheet.Windows” under the following folder.
$system drive:\ Files\Syncfusion\Essential Studio\$Version # \precompiledassemblies\$Version#\4.0
Eg : $system drive:\Program Files\Syncfusion\Essential Studio\19.3.0.53\precompiledassemblies\19.3.0.53\4.0
To automatically run the Assembly Manager, please check the
Run assembly manager checkbox option while installing the patch. If this option
is unchecked, the patch will replace the assemblies in precompiled assemblies’
folder only. Then, you will have to manually copy and paste them to the
preferred location, or you will have to run the Syncfusion Assembly Manager
application (available from the Syncfusion Dashboard, installed as a shortcut
in the Application menu) to re-install assemblies.
Feedback Link: https://www.syncfusion.com/feedback/31993/index-formula-doesnt-return-the-result-in-range-array
Note:
To change how you receive bug fixes, ask your license management portal admin to change your project’s patch delivery mode.
https://www.syncfusion.com/support/directtrac/patches
Disclaimer:
If you have received other patches for the same version for other products, please apply all patches in the order received. Please note that we have created this patch for version 19.3.0.53 specifically to resolve the following issue reported in the forum 171810.
Regards,
Sampath Narayanan.S
Hi Sampath,
Thank you for the email.
Could you please check or provide a short clip to show it works? I am trying to use the patch you have provided but it doesn't work on my end.
regards,
Mark
|
Recommended approach – exe will perform automatic configuration
Please find the patch setup here:
Advanced approach – use only if you have specific needs and can directly replace existing assemblies for your build environment Please find the patch assemblies alone from:
Please find the NuGet’s from the below location:
|
When will be the next Nuget release which includes this