Python Forum
Spreadsheets, Python, and Fortran
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spreadsheets, Python, and Fortran
#1
Hi, i am new to this Forum (and Python). It's a long time i keep asking myself if does exist a real alternative to VBA and Excel for scientific computing and my options should be confined to some requirements i list below:

-A spreadsheets user interface to let users (not scientist) to entry data in a user friendly way and retrieve results.
-A scripting language or even C/C++/Fortran/Java etc...to build function libraries and recall them easily in the way it's usually done in a spreadsheet, something similar to "=calcPumpingTime(volume, pumpSpeed)"
-The ability to build spreadsheets formulas dynamically and assigning them to spreadsheet cells during script/program execution.

I find VBA quite powerful if you dive deep in it, but still quite limited in the ability to interact easily with other spreadsheets, and limited in the data structures and algorithms it offers managing vectors matrix and so on...

I would like to know if the combination of gnumerics/python is a better alternative and if they can interact as well with external dll libraries of functions and what spreadsheet program seems to be best fitted for scientific computing (gnumerics, calc and so on...)

Thank you.
Reply
#2
you can check xlwings https://www.xlwings.org/
it combines excel and python
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
thanks Buran. Any expierience with gnumeric?
Reply
#4
(May-02-2019, 12:08 PM)pmago Wrote: Any expierience with gnumeric?
no. I don't have much of experience with xlwings too - just had a look at it to see what it offers
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Numpy arrays and compatability with Fortran arrays merrittr 0 1,872 Sep-03-2019, 03:54 AM
Last Post: merrittr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020