jakubbartel / keboola-xls2csv-processor

Keboola Component for converting xls/xlsx files to csv files.
MIT License
0 stars 1 forks source link

Enforce csv columns number #9

Closed jakubbartel closed 4 years ago

jakubbartel commented 4 years ago

Lookup max number of columns by the largest row in the source xlsx

jakubbartel commented 4 years ago

Fix for #8