- Updated links to include docs and source code urls
- Updated description to match name change
- Added deserialization methods for xlsx files
- Added serialization and deserialization methods for CSV files
- Changed name from ezexcel to ezspreadsheet
- Split Xlxs processing to internal class and converted Spreadsheet class to dispatching class
Fixed logo loading on PyPi
- Fixed loading issue with logo on PyPi
Initial release of EZ Excel
- Ability to provide a class to instantiate a Spreadsheet
- Ability to pass instances in an iterable of class to Spreadsheet to be serialized
- Automatically flatten Iterable attributes within instances to endline delimited strings
- Added testing suite for all existing functionality
- Wrote all existing documentation :)