Hi,
I need to have in excel all the info of my proxmox node.
is it possible?
for example export in excel for each vmid all the possible info..
pool,vmid,vmidname, hardware info, user permission,etc,etc
Depends on how comfortable you are with using the CLI. In theory it shouldn't be to hard to use pvesh [1] and its json output format to get all the required information. From there you could writer a small script that parses the json and create a CSV file with that can be imported into Excel.
However, doing so will require more in-depth knowledge of your exact use-case, so you'll need to dig into the documentation yourself a bit.