OpenXLSX
OpenXLSX copied to clipboard
XLCell object has not been properly initiated
tag 0.3.2
wksCopy.cell(1, 13).value() = 12; wksCopy.cell(1, 12).value() = 11;
assert "XLCell object has not been properly initiated"
must change order
wksCopy.cell(1, 12).value() = 12;wksCopy.cell(1, 13).value() = 11;
Hi @shuaibozhang
Sorry for the late reply.
I'm not sure what is the problem. There is practically no difference in the two codelines above. Also, I don't get a failed assertion error. Please clarify.