Have you seen a cross-compiler that turns Excel into something that can run on a server?
Googling, all I can see is things that turn Excel into a package. The spreadsheet seems to still be/need Excel.
I can see somethings would be tricky to translate (eg Pivot tables) but I guess the main challenge of translating is to retain the dependency graph - you can't just translate each function; you have to know what order to execute them in.
I'm kind-of thinking F# might be a good target as it is a functional platform like Excel.
Googling, all I can see is things that turn Excel into a package. The spreadsheet seems to still be/need Excel.
I can see somethings would be tricky to translate (eg Pivot tables) but I guess the main challenge of translating is to retain the dependency graph - you can't just translate each function; you have to know what order to execute them in.
I'm kind-of thinking F# might be a good target as it is a functional platform like Excel.