codeforsanjose / ImmunizationSJ

An app that finds immunization information for schools.
MIT License
6 stars 2 forks source link

Raw excel files need a way to be imported #1

Open Kyle-Falconer opened 9 years ago

Kyle-Falconer commented 9 years ago

Currently, the data provided is in the form of Excel spreadsheets. This needs to be read and converted in a way that's meaningful programmatically.

Kyle-Falconer commented 9 years ago

This is mostly resolved with 833f96070be6bb3a6aeca2e6031719d1c6f534a6. Would be nice if we could skip the Excel->CSV step and just parse the Excel file directly.