Skip to content

Commit bca5fa9

Browse files
authored
Update README.md
1 parent 42da6b8 commit bca5fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void toPOI() {
3434
}
3535
```
3636

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>
3838
This is an example of Excel to POJOs:
3939
```
4040
public void excelToObjects() {
@@ -96,7 +96,7 @@ Java 17 or above.
9696
```
9797

9898
## 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>
100100
In the future, new features will come that have not yet been well defined.
101101

102102
## Contributing

0 commit comments

Comments
 (0)