Is your feature request related to a problem? Please describe.
Currently, we lack the ability to parse headers that are merged over multiple rows alongside single row headers. This means we have to drop columns when parsing.
Describe the solution you'd like
The ability to parse row-wise headers.
Describe alternatives you've considered
Multi-threading as in this parser, however this appears to be more suited to passing data between multiple sheets/files as opposed to different column sets.
Additional context
Note the rows that the VESSEL NAME and QTY ( MT ) columns are. Currently we can't grab both:

Is your feature request related to a problem? Please describe.
Currently, we lack the ability to parse headers that are merged over multiple rows alongside single row headers. This means we have to drop columns when parsing.
Describe the solution you'd like
The ability to parse row-wise headers.
Describe alternatives you've considered
Multi-threading as in this parser, however this appears to be more suited to passing data between multiple sheets/files as opposed to different column sets.
Additional context
Note the rows that the
VESSEL NAMEandQTY ( MT )columns are. Currently we can't grab both: