To the implementors and documenters:

Congratulations!  I have never been able to get python scripting working on any 
office application.  Now things on numeric have begun to jell.  I hope the API 
is near ready for finalization.  I did note a few minor errors and omissions in 
the 1.12 documentation:

(1) the links to my_func and plugin.xml in section 18.3.4.5 are broken.

(2) I was getting a value error when attempting to duplicate code in section 
18.3.4.3.  I observed that begin_col, begin_row, end_col, end_row were of type 
float.  I made a slight modification:
begin_col = int(columns[0][0]) - 1,
etc and that seemed to fix the problem I was having.

I have been testing on lubuntu 13.04 with Gnumeric 12.1.1.  Again thanks for 
your efforts.

John
_______________________________________________
gnumeric-list mailing list
gnumeric-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnumeric-list

Reply via email to