Import Custom objects data with LightCellsDataProvider

In our .net core application we have scenario where we need to write data to excel from custom objects leveraging LightCellsDataProvider. Is this doable? If so, can you please provide an example?

@sidpatel26,

LightCells APIs are mainly designed for inserting/manipulating cells data one by one without building the complete data model block (Cell collection etc.) into memory. It works in an event-driven mode. In LightCells mode, importing custom objects might not work, so you have to do it outside of the implementation, i.e., do import custom objects in the class that implements the light cells interface.