ONLYOFFICE/ooxml_parser

FATAL: EndTag: '</' not found after xlsx file parsing

no-flamine opened this issue · 2 comments

Hello. I have problem with this gem, help me please

example:

require 'ooxml_parser'
OoxmlParser::Parser.parse("/tmp/1.xlsx")

error:
read_io': 1:447: FATAL: EndTag: '</' not found (Nokogiri::XML::SyntaxError)

Version of ooxml parser - at master@adf1646
1.xlsx

Sorry, cannot reproduce your problem, everything seems fine to me.
Try update your dependencies, mine are:
On

$ ruby -v # ruby 2.6.5p114
$ bundle list
Gems included by the bundle:
  * ast (2.4.0)
  * childprocess (3.0.0)
  * codecov (0.1.16)
  * diff-lcs (1.3)
  * docile (1.3.2)
  * iniparse (1.4.4)
  * jaro_winkler (1.5.4)
  * json (2.3.0)
  * mini_portile2 (2.4.0)
  * nokogiri (1.10.7)
  * ooxml_parser (0.4.1)
  * overcommit (0.52.1)
  * parallel (1.19.1)
  * parallel_tests (2.30.1)
  * parser (2.7.0.2)
  * rainbow (3.0.0)
  * rspec (3.9.0)
  * rspec-core (3.9.1)
  * rspec-expectations (3.9.0)
  * rspec-mocks (3.9.1)
  * rspec-support (3.9.2)
  * rubocop (0.79.0)
  * rubocop-rspec (1.37.1)
  * ruby-filemagic (0.7.2)
  * ruby-progressbar (1.10.1)
  * rubyzip (2.0.0)
  * simplecov (0.17.1)
  * simplecov-html (0.10.2)
  * unicode-display_width (1.6.1)
  * url (0.3.2)
Use `bundle info` to print more detailed information about a gem

Problem not reprodused, sorry