ToucanToco / fastexcel

A Python wrapper around calamine
http://fastexcel.toucantoco.dev/
MIT License
102 stars 6 forks source link

feat: allow spreadsheet location to include user directory shortcut `~` #163

Closed alexander-beedie closed 8 months ago

alexander-beedie commented 8 months ago

Minor quality of life update; allows for transparent use of paths that include the user dir shortcut, eg:

from fastexcel import read_excel

xl = read_excel("~/files/test.xlsx")