Excel to complex object list

Hello,
we are looking for a solution that we can export excel / CSV data to a list of objects (List),
Is there any way that we can achieve that?
I’ve seen that I can export to data table. there is way another way we can export that?

@zivdaniel,

You can also export worksheet data to save into an array via ExportArray method. Then you may convert that array to List easily yourselves.