Closed numeredev closed 1 year ago
Describe the bug Loading an XLSX file, which contains more than one headline converts everything to string columns. Might need a fix like in #45, where we used some kind of a heuristic.
To Reproduce Steps to reproduce the behavior:
Expected behavior The first two rows should be used as table headlines instead of leaking into the table columns.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
(Do not write below this line)
The issue is in fact identical to the one solved within #45. Futhermore, the same problem occurs with ODS files.
(see also our Wiki for implementation guidelines)
(see also our Wiki for further information)
*.NHLP
*.NDB
*.NLNG
DESCRIPTION
Describe the bug Loading an XLSX file, which contains more than one headline converts everything to string columns. Might need a fix like in #45, where we used some kind of a heuristic.
To Reproduce Steps to reproduce the behavior:
Expected behavior The first two rows should be used as table headlines instead of leaking into the table columns.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
The issue is in fact identical to the one solved within #45. Futhermore, the same problem occurs with ODS files.
IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST