Patch release to stop macro sheet equivalent functions with var arguments being treated as volatile by default by Excel.
New features:
pyxll_reload
and pyxll_rebind
.get_type_converter
for getting functions
that convert between types PyXLL knows about (including custom types).New examples:
Bug Fixes:
XLCell
type now works for cells past IV:65356 in Excel 2007 and 2010.Patch release the fixes a problem passing arrays of floats using the float[] type affecting some versions of Excel 2007.
Patch release to fix an issue where Python bools returns as ‘var’ would be returned to Excel as integers.
New features:
xl_func
kwarg to disable calculation in the function wizardNew examples: