There are many projects for the mapping between an Excel Sheet to a List, but everyone of them miss something or is not still maintained.
For example I really like this projects of rushuat but I don't know if it will be updated in the future and in this moment maven report that it has a critical vulnerability in its test package):
https://github.com/rushuat/ocell
Or for example this one can't write the file nor read it in streaming:
https://github.com/ozlerhakan/poiji
It will be very useful to add a feature to map a sheet in a List of Pojo in stream and to write it to a sheet in the same way
I am planing to implement a fork based on the fastexcel project.
Some basic Excel api is only needed for it.
Theoretically it should not be a big deal but let's see.
There are many projects for the mapping between an Excel Sheet to a List, but everyone of them miss something or is not still maintained.
For example I really like this projects of rushuat but I don't know if it will be updated in the future and in this moment maven report that it has a critical vulnerability in its test package):
https://github.com/rushuat/ocell
Or for example this one can't write the file nor read it in streaming:
https://github.com/ozlerhakan/poiji
It will be very useful to add a feature to map a sheet in a List of Pojo in stream and to write it to a sheet in the same way