File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # v0.1.1
2+ ### Features
3+ * A new method has been added which checks if an extension belongs to a Microsoft Excel file
4+ ### Fixes
5+ * In the csvToExcel method, the CSVReader object was not closed at the end of the operation
6+ * The objectsToExcel method did not check if the extension of the output file was correct
7+
18# v0.1.0
29This is the first release.
3-
410### Features
511* Converting a list of objects into an Excel file and vice versa
612* Converting an Excel file to a CSV file and vice versa
713* Utility methods which count all rows of one or more sheets and which check if an extension belongs to an Excel file
814* Methods for opening, creating or closing a Workbook
9- * Methods to open, create or close a Sheet.
15+ * Methods to open, create or close a Sheet.
1016* Methods for retrieving a sheet or information relating to a sheet
You can’t perform that action at this time.
0 commit comments