Skip to content

Tags: donggegithub/excelpython

Tags

2.0.9

Toggle 2.0.9's commit message
Update Configuration01.md

v2.0.8.pre

Toggle v2.0.8.pre's commit message
installer now:

- checks if .xlam exists and is in use
- uninstalls previous version if found
- installs to local user thereby not requiring admin priviledges

v2.0.7

Toggle v2.0.7's commit message
fix small bug

v2.0.6

Toggle v2.0.6's commit message

v2.0.5

Toggle v2.0.5's commit message
Bumped version number

v2.0.4

Toggle v2.0.4's commit message
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.

v2.0.3

Toggle v2.0.3's commit message

v2.0.2

Toggle v2.0.2's commit message
Update README.md

v2.0.1

Toggle v2.0.1's commit message
ExcelPython .xla add-in

v2.0.0

Toggle v2.0.0's commit message
ExcelPython v2