Skip to content

Commit 1f14e0e

Browse files
authored
Update CHANGELOG.MD
1 parent b61a38f commit 1f14e0e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
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
29
This 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

0 commit comments

Comments
 (0)