Noel Peden

Results 96 comments of Noel Peden

I'm reopening this issue until I can test the encoding.

@nachokb Now that is an interesting solution. I've guessed it is a scope issue, though I've never been able to replicate the problem and test it. I agree, whatever this...

@ksdputra Excellent work! I'll change the README (unless you want to do a PR for that.) That would definitely cause problems.

That's a tough one. It looks like it is Axlsx, but we better be sure. Can you put it entirely in a script (outside of Rake and just using Axlsx)...

Also, I am curious if you get any different results using `render_to_string`.

@damienh Thanks for getting back to me. That's an interesting result. It makes me wonder if it's a character set problem. Glad you got it working. FYI, I just published...

I'll leave this open. Some time I will get to this and try to replicate the problem.

Ok, given your fix, I have a guess. The render call is supposed to be using the xlsx template engine, which wraps the template with `xlsx_package = Axlsx::Package.new` and ends...

Sometime let me know what Rails, Axlsx, axlsx_rails, and rubyzip versions you're using.

@tp-clickapps what Rails, Axlsx, axlsx_rails, and rubyzip versions are you using? Is it in the context of a mailer, or rake task, or...? Can you post a gist of your...