Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rajesha's avatar

Export to excel

How we can export html table to excel

0 likes
5 replies
rawilk's avatar

What have you tried so far?

1 like
rajesha's avatar

@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.

burlresearch's avatar

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.

Think API.

Please or to participate in this conversation.