Workbook parsing
An .xlsx file is a zip archive of XML parts. The tool unpacks it in-browser and reads the workbook's sheet list, the shared-strings table used for text values, and each worksheet's cell definitions and dimensions, then reassembles them into a row-and-column grid per sheet, exposed as clickable tabs matching the original sheet names and order.