Export to Excel in php -


i have implemented 'export excel' in application , working fine. in module around 70 fields getting exported spread sheet. happening because have written query on view fields present. new requirement came thing exporting data different sheets. i,e first 10 fields should in sheet 1,next 20 fields in sheet 2,next 20 in sheet 3,next 20 in sheet 4. how can achieve functionality.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -