Re: Adding Simple Feature to Gnumeric

Morten Welinder <[email protected]> Wed, 21 Aug 2019 13:51:25 -0400
Newsgroups gmane.comp.gnome.apps.gnumeric
Message-ID <CANv4PNmZ-X+EgGVqkDWCd5LMJrV+-RmBvZqjPLaLjW4uMJap-Q@mail.gmail.com>
To build Gnumeric from github you will need Goffice from github.

You could probably hack around it ("#define go_format_has_year(fmt)
0")  if you don't mind potential problems with text import.

Search and replace never sees empty cells so it won't do what you need.
Python scripting -- see test/t3001-introspection-simple.py -- certainly can.

M.