Excel Functions in F# Language
sharpcells.com
Excel Functions in F# Language
1–10 of 45 posts
Re: Excel Functions in F# Language
#2I'm always happy to see F# get a mention, but using it inside Excel seems funny when you could just use it against a raw CSV file or whatever for data analysis/data manipulation.
Re: Excel Functions in F# Language
#3I'm always happy to see F# get a mention, but using it inside Excel seems funny when you could just use it against a raw CSV file or whatever for data analysis/data manipulation.
It's not for people like us who even know what a CSV is, it's for people who have some scripting/programming knowledge, but mainly live in Excel all day.
Re: Excel Functions in F# Language
#4nice!
Re: Excel Functions in F# Language
#5An interesting F# blog that was found for me: https://www.planetgeek.ch/
Re: Excel Functions in F# Language
#6I'm always happy to see F# get a mention, but using it inside Excel seems funny when you could just use it against a raw CSV file or whatever for data analysis/data manipulation.
Excel is a lot more user friendly interface for data analysis/manipulation, than a raw CSV file.
Re: Excel Functions in F# Language
#7Nice use of F# scripting. The #r directive for Nuget packages was a great addition.
Re: Excel Functions in F# Language
#8I'm always happy to see F# get a mention, but using it inside Excel seems funny when you could just use it against a raw CSV file or whatever for data analysis/data manipulation.
It's not for people like us who even know what a CSV is, it's for people who have some scripting/programming knowledge, but mainly live in Excel all day.
Plenty of people who do know what a CSV is still sometimes (or frequently) use Excel, either for their own work or as a sort of "data app" that they can distribute to coworkers.
Re: Excel Functions in F# Language
#9I've done some VBA for work. If I build an Excel file with SharpCells and send them to someone who doesn't have it. What happens when they open it? From what I understand, .NET is pretty easy to decompile. Is it possible to make a SharpCells F# to VBA translation before saving?
Re: Excel Functions in F# Language
#10How do they implement the subscription plans when no internet connection is required?