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

method `store_formula' shouldn't be private #17

Closed
flanderb opened this issue Dec 20, 2011 · 4 comments
Closed

method `store_formula' shouldn't be private #17

flanderb opened this issue Dec 20, 2011 · 4 comments

Comments

@flanderb
Copy link

in 0.6.11 the store_formula method gives the error:
testExcel.rb:21:in <main>': private methodstore_formula' called for #Writeexcel::Worksheet:0x13a1840 (NoMethodError)

reverting back to 0.6.9 fixed the issue.

@cxn03651
Copy link
Owner

Can you show me source code (testExcel.rb) which cause NoMethodError ?
Worksheet#store_formula is called from writeexcel internal routine when writeexcel generates xls data, I think.

@cxn03651
Copy link
Owner

Sorry, i wrote mistake.
give me more time to solve this problem.

@cxn03651
Copy link
Owner

bug fixed and writeexcel v0.6.12 has uploaded.
thank you very much.

cxn03651

@flanderb
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants