Replies: 1 comment
-
should work. When you drive Excel externally like this, xloil.xll isn't involved, so I'm not certain what your mean about registering the xll? Copying the test runner script should give you a good start with using xlOil like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how to change values by running python script externally
i have read this
i want to open an existing workbook
app = xlo.Application(workbook="test.xlsx")
but getting this run time error
RuntimeError: Failed to create Application object from workbook
by loading blank workbook getting an exception of xloil load failed
app = xlo.Application()
i am able to load function from python by embedding way . but not to update with external script
exact issue is not able to register the xll .
kindly a walkthrough is helpful . because i believe its some lack of documentation .
Beta Was this translation helpful? Give feedback.
All reactions