fix: adjust the col numbers in extracted data #76

Merged
allan merged 5 commits from fix-complex-xl-upload into main 2024-02-12 09:58:42 +00:00
Collaborator
No description provided.
sabir added 1 commit 2024-02-09 13:38:30 +00:00
fix: adjust the col numbers in extracted data
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 18s
cff5989559
allan added 1 commit 2024-02-09 19:02:30 +00:00
feat: extra table metadata for #75
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 17s
837821fd01
sabir added 1 commit 2024-02-12 06:31:09 +00:00
feat: show dsnote on hover title
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 18s
6565834ad4
sabir added 1 commit 2024-02-12 07:51:16 +00:00
chore: lint fix
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 1m5s
5a48f2e6e3
mihajlo reviewed 2024-02-12 09:34:12 +00:00
mihajlo requested changes 2024-02-12 09:35:50 +00:00
@ -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++) {
Owner

Can you leave a comment explaining range.s.c and what does the iteration aims to achieve?

Can you leave a comment explaining range.s.c and what does the iteration aims to achieve?
allan marked this conversation as resolved
sabir added 1 commit 2024-02-12 09:54:05 +00:00
chore: add comment
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 1m4s
6a0fe287dd
allan merged commit f13e909478 into main 2024-02-12 09:58:42 +00:00
allan deleted branch fix-complex-xl-upload 2024-02-12 09:58:42 +00:00
mihajlo approved these changes 2024-02-12 10:15:13 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dc/dc#76
No description provided.