File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ # v0.1.0
2+ This is the first release.
3+
4+ ### Features
5+ * Converting a list of objects into an Excel file and vice versa
6+ * Converting an Excel file to a CSV file and vice versa
7+ * Utility methods which count all rows of one or more sheets and which check if an extension belongs to an Excel file
8+ * Methods for opening, creating or closing a Workbook
9+ * Methods to open, create or close a Sheet.
10+ * Methods for retrieving a sheet or information relating to a sheet
Original file line number Diff line number Diff line change 1+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.mbenincasa/java-excel-utils.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22io.github.mbenincasa%22%20AND%20a:%22java-excel-utils%22 )
12# Java Excel Utils
23
34Java Excel Utils is still an embryonic project. This open source library will collect different tools to speed up the work with Excel files.
You can’t perform that action at this time.
0 commit comments