How do they implement the subscription plans when no internet connection is required?
Excel Functions in F# Language
41–45 of 45 posts
Re: Excel Functions in F# Language
#42Earlier quoted context omitted.
What industry are you in? I’ve never found a need for it (probably quite rightly just writing crud apps…)
I'm in B2B manufacturing. We are abusing Excel no one should use it for what we do. We have a spreadsheet that takes information from online orders into input cells. Then it has lines that if they calculate a qty of 1 or greater get consumed by CAM software. The product then gets sent to the appropriate machining center. Not a single line of VB. There are a few things that I could extract into custom formulas that wo…
Re: Excel Functions in F# Language
#43Limiting (let alone this severely) a number of functions a developer can introduce and locking them in having to pay recurrently just to overcome this limitation and keep their code working is insane. I believe this dooms the product to be extremely unpopular. This way people probably won't even invest time in giving it a try.
Real-Time Data Sources sound like a thing which can be a premium feature. Unlimited UDFs and Unlimited Commands don't.
Re: Excel Functions in F# Language
#44Re: Excel Functions in F# Language
#45Glad to see F# vs. C#. I prefer F# and it doesn't get as much play as C#. But, being more of a Lisper, I've already subscribed to Acceλerate for Microsoft 365[1]. It's basically a full scheme available in Excel with VSA (Visual Scheme for Applications - nice play on VBA to dupe the unaware ;) ). It has a full REPL and an editor and also creates UDFs. It is Excel's new Lambda on steroids. I'll have to try Sharp Cells.…
Have you ever used F# in production?