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

Use spreadsheets/google sheets when importing expense information #278

Open
ezwang opened this issue Apr 5, 2018 · 0 comments
Open

Use spreadsheets/google sheets when importing expense information #278

ezwang opened this issue Apr 5, 2018 · 0 comments

Comments

@ezwang
Copy link
Member

ezwang commented Apr 5, 2018

A lot of clubs have their expense calculations in a spreadsheet, and it might be easier for them to import a (excel/csv) spreadsheet instead of manually entering expenses onto the application page.

The major difficulty would be figuring out how to parse the uploaded information. We could either specify a format that the spreadsheet must be in, or attempt to detect relevant fields in the spreadsheet.

We could just require a CSV format (Excel and google sheets both export to CSV) so we don't have to deal with that many formats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant