Skip to content
Advertisement

Tag: spreadsheet

PHP Spreadsheet 1 value per spreadsheet

I’ve got an array of hotels below. I’m planning to export it to a spreadsheet using Php spreadsheet. My goal is to get 1 spreadsheet per hotel so in the array $hotels below, I’d expect 2 spreadsheets will be created. This is what I wanted to render in each spreadsheet. Spreadsheet 1: Spreadsheet 2: But what I’ve got so far

PHPExcel very slow – ways to improve?

I am generating reports in .xlsx using PHPExcel. It was okay in the initial testing stages with small data sets (tens of rows, 3 sheets), but now when using it on a real production data with over 500 rows in each sheet, it becomes incredibly slow. 48 seconds to generate a file, and when running a report that combines more

Advertisement