fix-complex-xl-upload
main
@@ -402,3 +402,1 @@
for (let j = 0; j < keys.length; j++) {
const key = keys[j]
const val = row[key]
for (let j = range.s.c, x = 0; j <= range.e.c; j++, x++) {
Can you leave a comment explaining range.s.c and what does the iteration aims to achieve?
No dependencies set.
The note is not visible to the blocked user.
@@ -402,3 +402,1 @@for (let j = 0; j < keys.length; j++) {const key = keys[j]const val = row[key]for (let j = range.s.c, x = 0; j <= range.e.c; j++, x++) {Can you leave a comment explaining range.s.c and what does the iteration aims to achieve?