rapid-spreadjs 1.0.147 → 1.0.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.cjs.min.js +1 -1
- package/dist/index.cjs.min.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm.min.js +1 -1
- package/dist/index.esm.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23240,7 +23240,7 @@ const FormulaUtils = {
|
|
|
23240
23240
|
if (thsd == '0.0') {
|
|
23241
23241
|
for (var j = 0; j < arr1.length; j++) {
|
|
23242
23242
|
var a1 = arr1[j].split('-');
|
|
23243
|
-
if (schtz
|
|
23243
|
+
if (schtz == a1[0]) {
|
|
23244
23244
|
qdhsz = a1[1];
|
|
23245
23245
|
}
|
|
23246
23246
|
}
|