xleak

View and explore Excel files interactively in the terminal

brewmacoslinux
Try with needOr install directly
Source

About

Terminal Excel viewer with an interactive TUI

Commands

xleak

Examples

open an Excel file and browse sheets$ xleak myfile.xlsx
view a specific sheet in an Excel workbook$ xleak myfile.xlsx --sheet 'Sheet2'
search for text inside an Excel file$ xleak myfile.xlsx | grep searchterm
display large Excel files without loading everything in memory$ xleak largefile.xlsx
navigate between cells and columns in a spreadsheet$ xleak myfile.xlsx