Suppose you have excel file somewhere hosted:
>>> sheet = pe.get_sheet(url='http://yourdomain.com/test.csv') >>> sheet csv: +---+---+---+ | 1 | 2 | 3 | +---+---+---+
Recipes
Questions and Answers