my-func.py

2018-04-03 Thread Mike McClain
I'd like to move my portfolio tracker to gnumeric. Going through the manual I've followed the instructions but have something wrong. Though py_add is recognized I get 'Function implementation not available.' when putting '=py_add(2,3)' in a cell. The correct sample mentioned doesn't seem to be

re: my-func.py

2018-04-06 Thread Mike McClain
Never mind. I got it. Next question: I've a bunch of VBA code for massaging my Excel stock tracking spreadsheet that I now need to port to Python/gnumeric. I understand there is a work group tackling the translation task. How do I find them? Thanks, Mike McClain -- Happiness depends

how to convert VB scripts to Gnumeric python

2018-04-09 Thread Mike McClain
Howdy, I've had little luck finding the docs I need to bring an Excel spreadsheet to gnumeric. I need to copy a column from a csv fine of today's quotes then insert a column, paste today's values in shuffle things 'til they line up, then write values, formulas, conditional formats, colored

Re: how to convert VB scripts to Gnumeric python

2018-04-11 Thread Mike McClain
On Wed, Apr 11, 2018 at 12:00:07PM +, gnumeric-list-requ...@gnome.org wrote: > From: Morten Welinder > To: Gnumeric Mailing List > Subject: Re: how to convert VB scripts to Gnumeric python > > Here's a sample that just does a numerical computation: > > $ python > Python 2.7.12 (default, Dec

Re: how to convert VB scripts to Gnumeric python

2018-04-12 Thread Mike McClain
For some reason mutt doesn't recognize individual posts from Gnome lists. So my answer to all is thanks for the pointers I'll probably be back next week. Taking on the translation of VBA to Python with an implemented interface to a spreadsheet is one thing, through a GUI and back is a d