Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Need to provide support for the LEFT and INDIRECT formulas in the spreadsheet component to enhance its capabilities for text manipulation and dynamic cell referencing.
LEFT Formula
The LEFT function returns a specified number of characters from the beginning of a string.
=LEFT(text, [num_chars])
=LEFT(A1, 3)
=LEFT(B2, 4)
INDIRECT Formula
The INDIRECT function returns the reference specified by a text string. This allows you to create dynamic cell references.
=INDIRECT(ref_text, [a1])
=INDIRECT("A1")
=INDIRECT("Sheet2!A1:B5")
Additional case for INDIRECT formula: