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

Re-open #332 #446

Open
demogorgi opened this issue Sep 22, 2023 · 0 comments
Open

Re-open #332 #446

demogorgi opened this issue Sep 22, 2023 · 0 comments

Comments

@demogorgi
Copy link

demogorgi commented Sep 22, 2023

With rubyxl_issue_332_example.xlsx

require 'rubyXL'
path = "./rubyxl_issue_332_example.xlsx"
wb = RubyXL::Parser.parse(path)
wb.write(path)
wb = RubyXL::Parser.parse(path)

results in .../.gems/gems/rubyXL-3.4.17/lib/rubyXL/objects/ooxml_object.rb:152:in block in parse: undefined method href for nil:NilClass (NoMethodError)

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

1 participant