Skip to content

Tags: javierpe/excelpython

Tags

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

v1.1.2

Toggle v1.1.2's commit message
Small modification

v1.1.1

Toggle v1.1.1's commit message
Sync local/remote

v1.1.0

Toggle v1.1.0's commit message
Moved tutorials into Wiki submodule