Tags: donggegithub/excelpython
Tags
installer now: - checks if .xlam exists and is in use - uninstalls previous version if found - installs to local user thereby not requiring admin priviledges
Merge branch 'master' of https://github.com/ericremoreynolds/excelpython
List marshaling and py3 bug fix * Now using `items` instead of `iteritems` for iterating over dictionaries, as the latter is not supported in Py3 * UDF arguments can be marshalled as `"list"` so that rather than arriving as tuples or tuples of tuples, they arrive as lists or lists of lists. * Now using `Application.PathSeparator` to calculate paths in the add-in, even though it shouldn't make any difference on any machine, for now.
Merge branch 'master' of https://github.com/ericremoreynolds/excelpython
PreviousNext