Excel file .xlsx are virtual file systems (zipped) and not designed to stream data from it. You can inspect it changing the extension. Basically a .xlsx is a zip file with a bunch of xml files inside and to open it you need to parse the entire spreadsheet XML file before being able to do anything with it. The best approach is to change the format of the data to csv or other faster formats.