Commit 7761b5d4 authored by GoshaZotov's avatar GoshaZotov

getValue -> getValueWithFormat(get text for copy into cell editor)

parent 7cc467bb
......@@ -1002,7 +1002,7 @@
}
var currentRange = worksheet.model.getCell3(row, col);
var textRange = currentRange.getValue();
var textRange = currentRange.getValueWithFormat();
if(textRange == '')
{
res += '\t';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment