-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b61a38f
commit 1f14e0e
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# v0.1.1 | ||
### Features | ||
* A new method has been added which checks if an extension belongs to a Microsoft Excel file | ||
### Fixes | ||
* In the csvToExcel method, the CSVReader object was not closed at the end of the operation | ||
* The objectsToExcel method did not check if the extension of the output file was correct | ||
|
||
# v0.1.0 | ||
This is the first release. | ||
|
||
### Features | ||
* Converting a list of objects into an Excel file and vice versa | ||
* Converting an Excel file to a CSV file and vice versa | ||
* Utility methods which count all rows of one or more sheets and which check if an extension belongs to an Excel file | ||
* Methods for opening, creating or closing a Workbook | ||
* Methods to open, create or close a Sheet. | ||
* Methods to open, create or close a Sheet. | ||
* Methods for retrieving a sheet or information relating to a sheet |