dhatim / fastexcel

Generate and read big Excel files quickly
Other
651 stars 118 forks source link

Feature: Excel to Pojo - Pojo to Excel #283

Open bekkino92 opened 1 year ago

bekkino92 commented 1 year ago

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

ochedru commented 1 year ago

Isn't this related to #255?

rushuat commented 1 year ago

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.