pyxll / pyxll-jupyter

Jupyter notebook integration for Microsoft Excel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

%xl_set should expand pandas Series to Excel ranges automatically

tonyroberts opened this issue · comments

It is possible to select the series type converter using the "--type" parameter to %xl_set, but it already detects DataFrames and expands those automatically so it would make sense to do the same for Series.