there’s alot of flexibility in what you can do with it

there’s alot of flexibility in what you can do with it.
It’s different in the one the guide posts. the guide only allows you to import the prices of up to 50 items per google doc spreadsheet.
my code lets me import up to 1050 prices. Which is necessary for spreadsheets like herblore, that require prices on ALOT of items.

my code also filters out k’s and m’s from high price items even if the player doesn’t know what price range the item is.
Finally my code runs a crude input converter. Sometimes Google doc will interpret your input data as a string, instead of a number. Which is BAD because it can cause math errors.