Skip to content

fixes issue #41; Excel import files are now checked for empty rows.

Stephan requested to merge github/fork/strec/master into master

Created by: strec

Because every single Excel-row has to be checked, it is not the fastest operation out there. Given the predefined functions of the excel-module, it probably cannot be sped up substantially beyond this point.

Merge request reports