Reputation: 1
I'm developing an excel add-in plugin which has some custom functions. I'm guessing due to the size of formula.js file (16MB) excel fails to completely fetch and resolve the custom functions and result in to #VALUE!
I tried to refresh the sheet after first load as well as split the files in webpack config, although this workarounds work I want something that preloads the formula.js file (I tried something in manifest but didn't work)
Upvotes: 0
Views: 24