Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Python UDFs crash if docstring is too big #18

Closed
felipefvc opened this issue Sep 18, 2014 · 2 comments
Closed

Import Python UDFs crash if docstring is too big #18

felipefvc opened this issue Sep 18, 2014 · 2 comments

Comments

@felipefvc
Copy link

I was trying to import a python function which had a very large docstring description and the import caused run-time error 1004. I commented out the docstring and the import was fine.

I believe there may be a limit to the docstring size when importing to excel.

@ericremoreynolds
Copy link
Owner

Hi Felipe,
You are correct, there appears to be a problem with docstrings which are too long, as has been noted in #14. The fix (truncating the doc string for use in Excel) will be included in the next release.
Best regards,
Eric.

@felipefvc
Copy link
Author

Thanks Eric. Sorry for not seeing that #14 already described the issue.

And congratulations for ExcelPython, it's very good.

Best regards,
Felipe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants