axlsx
axlsx copied to clipboard
axlsx (2.1.0.pre) depends upon rubyzip 1.1.7 but selenium-webdriver depends upon rubyzip 1.2.2
Since Selenium webdriver depends upon rubyzip 1.2.2(recent version) but axlsx depends upon rubyzip 1.1.7 I couldn't use axlsx gem with selenium-webdriver.
See #536 for a fix to this. Still waiting on an official release...
@mdavidn Oh okay. So this has already been noted! Great! so when are they going to release a new version? Do you have any idea?
No idea. I've been running a personal fork of this gem for the past year and a half.
@mdavidn Okay, why did you not prefer some other gem then? Like RubyXL?
Inertia? Prior to CVE-2017-5946, this gem seemed more active and had (and continues to have) more stars. So now I have code written against this gem's API, not RubyXL's.
The rubyzip dependency has been fixed in caxlsx: https://github.com/caxlsx/caxlsx/commit/acf116e7d00850fb91380ce01fa43d6a67dbd494
@noniq okay thank you.