We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e32611 commit 2c5a863Copy full SHA for 2c5a863
bits/90_utils.js
@@ -179,7 +179,6 @@ function sheet_to_formulae(sheet/*:Worksheet*/)/*:Array<string>*/ {
179
}
180
181
function sheet_add_json(_ws/*:?Worksheet*/, js/*:Array<any>*/, opts)/*:Worksheet*/ {
182
- if(!js.length) return _ws;
183
var o = opts || {};
184
var offset = +!o.skipHeader;
185
var ws/*:Worksheet*/ = _ws || ({}/*:any*/);
0 commit comments