cbsteh/PySawit

xlwings

cbsteh opened this issue · 1 comments

import xlwings

xlwings only works in Windows and line 32 is better moved to line 871 so the module is imported only when the function runxlmacro() is called. If called in a non-Windows environment, exception OSError is thrown.

Done.
2d41ee7