Closed steirico closed 2 years ago
I came across this issue using dsq and was able to narrow is down to this project.
The issue arises with the attached file fail.xlsx which has the following structure:
Dumping the file's structure using dsq is as follow:
dsq
> dsq --pretty fail.xlsx +----+----+----+----+ | A | B | C | D | +----+----+----+----+ | a1 | b1 | c1 | d1 | | a2 | b2 | c2 | d1 | | a3 | b3 | c2 | d1 | | a4 | b3 | c2 | d1 | +----+----+----+----+
Great work noticing and finding a reproducable case!
The fix is now released in dsq 0.14.0 https://github.com/multiprocessio/dsq/releases/tag/0.14.0
I came across this issue using dsq and was able to narrow is down to this project.
The issue arises with the attached file fail.xlsx which has the following structure:
Dumping the file's structure using
dsq
is as follow: