© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
1 reply
nithilas

❔ Syncfusion XlsIO for Blazor

I have a workbook with a mainsheet ("OverzichtJumbo") and multiple other sheets which I need to get some data from.

I'm trying to use the formula XLOOKUP to get this data, formula works when I try it in Excel directly, but it gives me following error:

Error: Syncfusion.XlsIO.Implementation.Exceptions.ParseException: XLOOKUP isn't custom function. at position 1. Formula: XLOOKUP(OverzichtJumbo!$A2;FirstTab!$A:$A;FirstTab!$B:$B;na;0;1), Position: 8



To add the formula to the sheet I use following code:

worksheetOverzicht.Range[$"C{count}"].Formula= $"=XLOOKUP(OverzichtJumbo!$A{count};FirstTab!$A:$A;FirstTab!$B:$B;na;0;1)"; 
worksheetOverzicht.Range[$"C{count}"].Formula= $"=XLOOKUP(OverzichtJumbo!$A{count};FirstTab!$A:$A;FirstTab!$B:$B;na;0;1)"; 


Am I doing something wrong here or do I need a different approach if I want to use the XLOOKUP formula?


Thank you for the help.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Trying to use SyncFusion with Blazor.
C#CC# / help
4y ago
Syncfusion ImageEditor
C#CC# / help
2y ago
Using Blazor WebAssembly for client interactions in Blazor Server
C#CC# / help
2y ago
blazor
C#CC# / help
2y ago