Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Feature Description
Provide support in the spreadsheet component for asynchronous custom formulas so users can define functions that return results asynchronously (via promises or async/await). This is needed to integrate external data sources and perform time-consuming operations (e.g., API calls) from formulas. The feature must prevent formulas from rendering as "[object Promise]" and ensure cells display resolved values when the asynchronous operation completes. It must also allow asynchronous functions to be used inside other custom-defined functions without breaking evaluation or rendering.
Requirements