Category
PhpSpreadsheet
Download Excel Files In The Browser In PHP Using PHPSpreadSheet
Build a spreadsheet with PhpSpreadsheet and send it straight to the browser as a file download, without ever writing it to disk. The script streams the workbook in…
July 18, 2026 · PhpSpreadsheet
How to Convert an Excel File to JSON Using PhpSpreadsheet
This article shows how to read an Excel file with the latest version of PhpSpreadsheet and convert it into a JSON file using plain PHP. The first row…
July 17, 2026 · PhpSpreadsheet
Convert HTML Table Into Excel
Convert a table from an HTML file into an excel file with PHP using PHPSpreadSheet. Import an HTML table into an excel file using PHPSpreadSheet. Maintain the same…
July 16, 2023 · PhpSpreadsheet
Create a Grocery List Template in Excel
Learn How to Create a Grocery List Template in Excel with PHP using PHPSpreadSheet. List down and organize all your grocery item needs before doing a shopping to…
May 14, 2023 · PhpSpreadsheet
Insert Pictures In Excel Files In PHP Using PHPSpreadSheet
Learn how to insert pictures in excel files in PHP using PHPSpreadSheet. You can insert pictures in excel files by creating a new Drawing object and then set…
May 6, 2023 · PhpSpreadsheet
Add Header Logo In Excel Files In PHP Using PHPSpreadSheet
Learn how to add excel header logo in PHP using PHPSpreadSheet. You can align the header logo to the left side, center, or right side. Make sure you…
May 3, 2023 · PhpSpreadsheet
Create Excel Files With Max Formula In PHP Using PHPSpreadSheet
Learn how to create excel files with MAX formula in PHP using PHPSpreadSheet. You can code and write a max formula that would get the maximum value from…
April 29, 2023 · PhpSpreadsheet
Create Excel Files With Average Formula In PHP Using PHPSpreadSheet
Learn how to create excel files with AVERAGE formula in PHP using PHPSpreadSheet. You can code and write an average formula that would add values of specific range…
April 29, 2023 · PhpSpreadsheet
Create Excel Files With Sum Formula In PHP Using PHPSpreadSheet
Learn how to create excel files with SUM formula in PHP using PHPSpreadSheet. You can code and write a summation formula that would add values of specific range…
April 26, 2023 · PhpSpreadsheet