Is there is a reason why some types would not show up through the Excel add-in though they are available through the ESI API.
For example, item type 77825 is "Jovian Symbolic Navigator 14:16:13:22 (introduced in the Epiphany event), which you can lookup through the ESI API at:
https://esi.evetech.net/ui/#/Universe/get_universe_types_type_id
or the following curl call:
curl -X GET “https://esi.evetech.net/latest/universe/types/77825/?datasource=tranquility&language=en” -H “accept: application/json” -H “Accept-Language: en” -H “Cache-Control: no-cache”
However, the formula
=EVEONLINE.TYPE(77825)
return #N/A in Excel
Thanks!