Evepraisal helper functions intended for use in Google sheets
- Open a google sheets document
- Go to Tools > Script Editor...
- Replace the contents of the file with the contents of Evepraisal.gs
- Save the file (enter in a project name, this doesn't really matter)
- Try some of the examples below
// Get the total buy price for an existing appraisal
=EVEPRAISAL_TOTAL("gp5av", "buy")
// Get the cost of a single unit of tritanium in jita
=EVEPRAISAL_ITEM(34, "jita", "sell", "volume")
=EVEPRAISAL_ITEM(34, "jita", "sell", "min")
=EVEPRAISAL_ITEM(34, "jita", "sell", "avg")