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.cjs.js
CHANGED
|
@@ -23262,7 +23262,7 @@ const FormulaUtils = {
|
|
|
23262
23262
|
if (thsd == '0.0') {
|
|
23263
23263
|
for (var j = 0; j < arr1.length; j++) {
|
|
23264
23264
|
var a1 = arr1[j].split('-');
|
|
23265
|
-
if (schtz
|
|
23265
|
+
if (schtz == a1[0]) {
|
|
23266
23266
|
qdhsz = a1[1];
|
|
23267
23267
|
}
|
|
23268
23268
|
}
|