Closed trevorcampbell closed 3 years ago
So the reason I hadn't added xlx2csv as a dependency was that my (hidden) plan was to get rid of this dependency at some point, since what it does can be implemented in about 5 lines with the other Excel dependencies, and I believe it is better to have as few dependencies as possible. This should be fixed soon.
Not completely sure about your other questions, but I believe these are separate issues, so feel free to open issues for them if you believe they are still relevant.
If I run
make parse
, I getNow this is of course happening because I don't have
xlsx2csv
installed. But if I just runmake
which I suppose implicitly runsmake link
, this error doesn't pop up. I imagine that's because thelink
target doesn't actually use some of the targets fromparse
.So then some Qs:
parse
targets? Maybe they need no linkage and will just be shuttled to thefinal
folder whenever we make that?openpyxl
andxlrd
instead of this separate tool?Either way, we should make sure that both
make link
andmake parse
work.