I worked in a company with the network inventory in an Excel file. It was useful to search names and IPs from a Linux terminal.

It dumps the XLSX file to console, and I was using grep to search words or IP addresses, or whatever you need. Maybe you can get something else:

:)