Add-in and latest event data?

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!

The add-in uses SDE data that is cached for displaying .TYPE data and that type isn’t in the latest .zip provided as it looks that .zip is still the data from the June update.

1 Like