@wilk_randall I'm developing Bill of material using laravel framework. here i have many tables(Having lot of data). I want to export the tables data to excel format.
You'll have an easier time dumping to CSV than programming writing an explicit Excel converter, per se.
Grep around to see a variety of PHP/Excel converters - many have been abandoned. Using a modern PHP framework like Laravel to export data to a spreadsheet is a little counter-productive, honestly at this stage I try to evaluate other options for how to deliver the data.