Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1170
XamSpreadsheet Custom Function
posted

My team is trying to design a new tool using a Spreadsheet UI that will leverage our users' familiarity with Excel to allow them to view and manipulate some of the data we store for them. One feature we will need to make this work is a way to create a custom function. For example, if a user types "=CUSTOMER(smith, john)" we could have it call a method like "string LookupCustomer(string lastname, string firstname)" in the code behind that returns customer ID matching the input parameters. Ideally we'd also like the UI to provide a similar amount of suggestion/auto complete complexity as regular old Excel.

While looking at off the shelf solutions, it wasn't immediately obvious if XamSpreadsheet has this degree of customization. How feasible would this type of extension be?