Just pass the results into laravel-excel package (probably best) and map out the data and columns you need. I've already done this before and it works fine.
@joelkoskela the data i'm getting back from the search module
@bashy that's the thing, the data i need is decided when i enter a search inside my view. For example i type the beginning of server names, got around 100 results for example, and i want those inside my export... how do i pass the search result data to the export i'm trying to do ?
thanks for your help (and don't forget i'm a newbie ;) )
so i don't know what's going on behind the scene...
is it possible the way i'm doing it or using this module is making my life harder ? i might also not know about something very simple because i wrote this laravel site with no experience, following examples... so don't assume i know all the basics ^^