Commit ec92cb3
authored
fix: fix the loss of column attributes due to incorrect column order (#2222)
When I try to read the excel file and display it on the page, I found that the hidden columns of some files were not parsed correctly.
## Summary
I found that if the order of the column data parsed here is not positive, the subsequent attributes will be overwritten


## Test plan
Before modification

After modification

<!-- List with permalink into source code to prove that changes are true -->
Co-authored-by: zhengcp <[email protected]>1 parent 0c4b238 commit ec92cb3
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
300 | 307 | | |
301 | 308 | | |
302 | 309 | | |
| |||
0 commit comments