Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 739 Bytes

evepraisal-google-sheets

Evepraisal helper functions intended for use in Google sheets

Install

  1. Open a google sheets document
  2. Go to Tools > Script Editor...
  3. Replace the contents of the file with the contents of Evepraisal.gs
  4. Save the file (enter in a project name, this doesn't really matter)
  5. Try some of the examples below

Examples

// 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")