Skip to content

Refactor excel csv parser without pandas

Jari Rentsch requested to merge refactor-pandas into master

We now only use openpyxl to load excel files and then use list of list to process the data. Removes lots of dependencies from the code.

Merge request reports

Loading