Earlier quoted context omitted.
Call me when Excel doesn't randomly insist that things are dates.
I recall opening a csv of user data in excel, and one particular user had a username of april0204 (can't recall the actual number but you get the idea). It took me a moment longer than I care to admit to realize what had happened as i stared at the random date in the middle of my username column
Excel Functions in F# Language
21–30 of 45 posts
Re: Excel Functions in F# Language
#22Re: Excel Functions in F# Language
#23But, 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. I've played with J[2] and some Excel tie-in scripts, but it is not integrated as nicely as Sharp Cells or Acceλerate.
Re: Excel Functions in F# Language
#24Really cool - the stuff they are doing with the Excel API to inspect editing modes is super interesting: https://www.sharpcells.com/docs/blog/monitoring-edit-mode I work with data warehouses, but I'm really jealous of the way our Finance team uses some abysmal plugin to directly query our GL from inside Excel - building something like that the can make the contents of a modern data warehouse available to Excel users…
Re: Excel Functions in F# Language
#25Really cool - the stuff they are doing with the Excel API to inspect editing modes is super interesting: https://www.sharpcells.com/docs/blog/monitoring-edit-mode I work with data warehouses, but I'm really jealous of the way our Finance team uses some abysmal plugin to directly query our GL from inside Excel - building something like that the can make the contents of a modern data warehouse available to Excel users…
Re: Excel Functions in F# Language
#26Really cool - the stuff they are doing with the Excel API to inspect editing modes is super interesting: https://www.sharpcells.com/docs/blog/monitoring-edit-mode I work with data warehouses, but I'm really jealous of the way our Finance team uses some abysmal plugin to directly query our GL from inside Excel - building something like that the can make the contents of a modern data warehouse available to Excel users…
Re: Excel Functions in F# Language
#27Why is this a subscription?
Re: Excel Functions in F# Language
#28But this would never fly for us. The pricing model could not be sold to management.
What would work is if it was something like $5k for a year of updates. We're on 365 so office's constant updates would force us to upgrade every year. But management would not feel like they're renting something they would rather own.
Re: Excel Functions in F# Language
#29I work on Excel and this is really cool and I’ll share it with the rest of the engineers.
Team says it’s cool and already possible with different us through https://learn.microsoft.com/en-us/office/client-developer/ex... https://learn.microsoft.com/en-us/office/troubleshoot/excel/...
I quit that job because the extensibility story for Excel was so painful (but they had good business reasons for being in the space), sigh.
Re: Excel Functions in F# Language
#30Glad 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.…