Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

alexander-beedie
Copy link
Contributor

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

@lukapeschke lukapeschke added enhancement New feature or request 🐍 python 🐍 Pull requests that edit Python code labels Jan 31, 2024
Copy link
Collaborator

@lukapeschke lukapeschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@lukapeschke lukapeschke merged commit d7cb26f into ToucanToco:main Jan 31, 2024
41 checks passed
@alexander-beedie alexander-beedie deleted the expand-user-path branch January 31, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🐍 python 🐍 Pull requests that edit Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants