Closed angeqyang closed 5 years ago
Hi @weshatheleopard I have a fix up for this issue, would it be possible to review this? I think a recent change caused a blocking issue
@weshatheleopard this is causing an error for me as well
This should be fixed in 3.4.0
This pull request addresses https://github.com/weshatheleopard/rubyXL/issues/317, where
nil.dup
results in an error. It is addressed by using:&
in case there is no existing alignment.This bug was introduced in this commit which was meant to resolve this issue https://github.com/weshatheleopard/rubyXL/issues/315