Data sources with excel files where the first row does not have data, it will process all empty rowsDescriptionImport of Excel (.xlsx) sheets that the first row has only empty values, or it was generated by applications like LibreOffice Calc, will import the whole sheet including the empty values. The import will retrieve about 65535 rows. Please note these imports consume a large amount of memory.Steps to Reproduce Create any sheet with LibreOffice with one column and one row of data.Export this sheet as an .xlsx file and create a corresponding data source to load the sheet.Alternatively, create a excel document with the first row with only empty values.Click on 'Load All Records'. The import shows: Header row is null, regenerating workbook using jxl and trying again Parsing excel file It processes the whole amount of 65535 (incorrect). The import processor continues to load even the empty rows.WorkaroundOpen the file in Excel and save it as excel 2007 and ensure the first row is NOT empty. <!-- <span class="CmCaReT" style="display:none">�</span><span id="__caret">_</span><span class="CmCaReT" style="display:none">�</span><span id="__caret">_</span><span class="CmCaReT" style="display:none">�</span><span id="__caret">_</span>Re<span class="CmCaReT" style="display:none">�</span><span id="__caret">_</span><span class="CmCaReT" style="display:none">�</span><span id="__caret">_</span> --> <!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo} span.s1 {font-variant-ligatures: no-common-ligatures} -->Related Problem: PRB913789