Skip to content

Releases: Descent098/ezspreadsheet

v0.2.2

24 Nov 20:53
Compare
Choose a tag to compare

0.2.2; November 24th 2020

  • Updated links to include docs and source code urls

v0.2.1

24 Nov 20:41
3b57830
Compare
Choose a tag to compare

0.2.1; November 24th 2020

  • Updated description to match name change

V0.2.0

24 Nov 20:39
3b57830
Compare
Choose a tag to compare

November 24th 2020

Focus for this release was generalizing api to allow for csv files, and adding appropriate deserialization methods

  • 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

V0.1.0

24 Sep 18:32
103c7af
Compare
Choose a tag to compare

September 25th

Initial release of EZ Excel

Features

  • 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

Documentation improvements

  • Wrote all existing documentation :)