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

Issue parsing xlsm file #374

Open
amurlikowski opened this issue Jun 17, 2020 · 0 comments
Open

Issue parsing xlsm file #374

amurlikowski opened this issue Jun 17, 2020 · 0 comments

Comments

@amurlikowski
Copy link

When i try to parse the file (attachment) I'm getting following error:

Traceback (most recent call last):
31: from C:/Users/adamur/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup/verify.rb:7:in <main>' 30: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/parser.rb:7:in parse'
29: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyzip-2.3.0/lib/zip/file.rb:125:in open' 28: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/parser.rb:8:in block in parse'
27: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/root.rb:66:in parse_zip_file' 26: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/relationships.rb:182:in load_relationships'
25: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/relationships.rb:76:in load_related_files' 24: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/relationships.rb:76:in each'
23: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/relationships.rb:95:in block in load_related_files' 22: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/relationships.rb:182:in load_relationships'
21: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/relationships.rb:76:in load_related_files' 20: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/relationships.rb:76:in each'
19: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/relationships.rb:94:in block in load_related_files' 18: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/ooxml_object.rb:447:in parse_file'
17: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyzip-2.3.0/lib/zip/entry.rb:540:in get_input_stream' 16: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/ooxml_object.rb:447:in block in parse_file'
15: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/worksheet.rb:738:in parse' 14: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/ooxml_object.rb:144:in parse'
13: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/nokogiri-1.11.0.rc2-x64-mingw32/lib/nokogiri/xml/node_set.rb:238:in each' 12: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/nokogiri-1.11.0.rc2-x64-mingw32/lib/nokogiri/xml/node_set.rb:238:in upto'
11: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/nokogiri-1.11.0.rc2-x64-mingw32/lib/nokogiri/xml/node_set.rb:239:in block in each' 10: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/ooxml_object.rb:158:in block in parse'
9: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/ooxml_object.rb:144:in parse' 8: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/nokogiri-1.11.0.rc2-x64-mingw32/lib/nokogiri/xml/node_set.rb:238:in each'
7: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/nokogiri-1.11.0.rc2-x64-mingw32/lib/nokogiri/xml/node_set.rb:238:in upto' 6: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/nokogiri-1.11.0.rc2-x64-mingw32/lib/nokogiri/xml/node_set.rb:239:in block in each'
5: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/ooxml_object.rb:158:in block in parse' 4: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rubyXL-3.4.14/lib/rubyXL/objects/ooxml_object.rb:144:in parse'
3: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/nokogiri-1.11.0.rc2-x64-mingw32/lib/nokogiri/xml/node_set.rb:238:in each' 2: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/nokogiri-1.11.0.rc2-x64-mingw32/lib/nokogiri/xml/node_set.rb:238:in upto'
1: from C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/nokogiri-1.11.0.rc2-x64-mingw32/lib/nokogiri/xml/node_set.rb:239:in `block in each'
File.zip

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