-
Notifications
You must be signed in to change notification settings - Fork 49
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
method `store_formula' shouldn't be private #17
Comments
Can you show me source code (testExcel.rb) which cause NoMethodError ? |
Sorry, i wrote mistake. |
bug fixed and writeexcel v0.6.12 has uploaded. cxn03651 |
I updated and verified. Thank you so much for the quick update. |
alday102
pushed a commit
to alday102/writeexcel
that referenced
this issue
Dec 6, 2023
bug fix : Worksheet#store_formula must be public. add test and example. cxn03651/writeexcel#17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in 0.6.11 the store_formula method gives the error:
testExcel.rb:21:in
<main>': private method
store_formula' called for #Writeexcel::Worksheet:0x13a1840 (NoMethodError)reverting back to 0.6.9 fixed the issue.
The text was updated successfully, but these errors were encountered: