You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public void toPOI() {
34
34
}
35
35
```
36
36
37
-
One of the main features of the library is to be able to perform conversions. The **Converter** class has methods that convert **Excel <-> POJOs**and **Excel <-> CSV**.<br>
37
+
One of the main features of the library is to be able to perform conversions. The **Converter** class has methods that convert **EXCEL <-> POJOs**, **EXCEL <-> CSV**and **EXCEL <-> JSON**<br>
38
38
This is an example of Excel to POJOs:
39
39
```
40
40
public void excelToObjects() {
@@ -96,7 +96,7 @@ Java 17 or above.
96
96
```
97
97
98
98
## Roadmap
99
-
**Version 0.4.0** will bring new features to the Converter class. Current conversions will be reviewed. Conversions will be available that will also work with Stream I/O and byte[] in addition to the already present File.<p>
99
+
In the next updates there will be improvements on the wrapper classes that make up the Excel sheet.<p>
100
100
In the future, new features will come that have not yet been well defined.
0 commit comments