Re: GoalSeek as a Function (not only a tool) in Gnumeric
Morten Welinder <[email protected]> Wed, 3 Jun 2020 21:39:06 -0400
| Newsgroups | gmane.comp.gnome.apps.gnumeric |
|---|---|
| Message-ID | <CANv4PNm-Tt2EY5BT76p8fR0FY2YGd3finkBbVoMCz4HPNtAXgA@mail.gmail.com> |
Goal-seek changes the cells. I don't see that happening in a sheet function. However, something like this could probably be done in Python using the introspection machinery. A good starting point for exploring that is the code in test/t3001-introspection-simple.py which shows basically how to drive Gnumeric's engine from a python script. Morten