axlsx icon indicating copy to clipboard operation
axlsx copied to clipboard

New gem release include ruby 2.2 and rubyzip compat fixes

Open xaviershay opened this issue 10 years ago • 8 comments

The current gem release is broken for everyone using a modern environment, and as such we have to run off git master.

Please do consider releasing a new gem soon :)

Cheers, Xavier

xaviershay avatar Feb 16 '15 19:02 xaviershay

Hi @xaviershay, I've just released a pre-release version. (v2.1.0.pre) Please test it and report if you have any problems

jurriaan avatar Mar 14 '15 15:03 jurriaan

Got problem with opening file in MS Excel for Mac, Libreoffice opens file without problem.

File: https://www.dropbox.com/s/8kx4q9yvoysrlqt/students-invalid.xlsx?dl=0

Tried with and without use_shared_strings option. Got the same result.

screen_shot_2015-03-26_at_6 51 29_pm

g3d avatar Mar 26 '15 16:03 g3d

same problem as @g3d

nodo avatar Apr 24 '15 13:04 nodo

looks like I was using the wrong version. Using:

gem 'axlsx', '~> 2.0'

Solved the issue.

nodo avatar Apr 24 '15 13:04 nodo

Same problem for me, I tried with 2.0.1, 2.1.0.pre and directly with the repo at the last commit. I'm on Rails 4.2.1 and Ruby 2.2.1.

I've seen from older closed issues that the same problem happened in the past and was due to the zip compression: the last gem installs rubyzip 1.1.7 but this does not solve the problem.

silviorelli avatar May 19 '15 13:05 silviorelli

I'm having problem using this gem with rubyzip 1.1.7, I don't want to downgrade rubyzip, because I want to use the latest version of roo gem

tranngocsam avatar Jul 02 '15 07:07 tranngocsam

Apologies I missed the update here. We're no longer using this gem (were able to remove the feature).

xaviershay avatar Jul 12 '15 15:07 xaviershay

There's now https://github.com/caxlsx/caxlsx where we have released 3.0.0, 3.0.1, and even 2.0.2 containing a backport for the rubyzip dependency problem.

noniq avatar Dec 15 '19 22:12 noniq