Skip to content

ExcelPython v2.0.2

Compare
Choose a tag to compare
@ericremoreynolds ericremoreynolds released this 13 Aug 14:46
· 70 commits to master since this release

Lots of work on the add-in plus a few bug fixes and improvements to the runtime

  • Documentation for existing and new add-in features will follow
  • Python process is automatically killed if Excel dies
  • Python tracebacks in error messages are inverted so that they are easier to read in Excel
  • Added xlpython_v1back.bas which provides partial backwards compatibility with v1 if desired (just need to import it into the VBA project), this feature is provided as is however and no promises are made as to its proper functioning right now
  • Py.Module by default no longer automatically reloads the module unless explicitly requested. Py.AddPath is deprecated.