Posted 8 September 2017, 1:19 pm EST
Can someone point me to a Spread / .NET ready-built application that I can use as a spreadsheet to see its capabilities? (something that allows me to add VBA code will be highly appreciated).
Forums Home / Spread / Spread for WinForms
Posted by: tembel on 8 September 2017, 1:19 pm EST
Posted 8 September 2017, 1:19 pm EST
Posted 8 September 2017, 1:19 pm EST
Tembel -
Our spread controls do not import any VBA scripts.
Posted 8 September 2017, 1:19 pm EST
Tembel,
You can load Excel files into our Spread controls and all the formula strings will get loaded, but if any of the formula names are defined in VBA, they will not get calculated since the VBA script is not loaded. However, you can add custom names/functions into the Spread object after loading the Excel file by rewriting the VBA code in VB or C# and calling the AddCustomName or AddCustomFunction method of Spread to attach the new code.