Fastest approach to convert data from database to worksheet using aspose.cells

Team need to know the Fastest approach to convert data from database to worksheet. aspose.cells
I know there are multiple ways to convert

  1. datatable to worksheet using import
  2. custom objects to worksheet using import
    i wanted to know which is the best and fastest approach to load the excel

@neemlal,

Both ways (import DataTable to worksheet and custom objects to worksheet) are faster and efficient. There are other ways of import too, see the document for your complete reference.