Tagged articles
5 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Nov 10, 2023 · Backend Development

Master Excel Import/Export in Webman with PhpSpreadsheet

This guide shows how to integrate PhpSpreadsheet into a Webman PHP project, covering Composer installation, detailed code for safely importing Excel files with validation and data extraction, and generating Excel exports with styled headers, custom column widths, and base64‑encoded file delivery.

ComposerExcelExport
0 likes · 7 min read
Master Excel Import/Export in Webman with PhpSpreadsheet
Laravel Tech Community
Laravel Tech Community
Dec 12, 2022 · Backend Development

Using PhpSpreadsheet for Excel Import/Export and Chart Generation in PHP

This article introduces PhpSpreadsheet—the modern PHP library that replaces PHPExcel—showing how to install it, import necessary namespaces, create a spreadsheet with data, build bar and donut charts, configure gridlines and positions, and finally output the workbook as an XLSX file.

Backend DevelopmentPHPPhpSpreadsheet
0 likes · 6 min read
Using PhpSpreadsheet for Excel Import/Export and Chart Generation in PHP
php Courses
php Courses
Jan 25, 2021 · Backend Development

Generating Excel Reports with PhpSpreadsheet in PHP

This article provides a step‑by‑step guide on using the PhpSpreadsheet library in PHP to create, style, and populate Excel worksheets, covering object instantiation, cell merging, formatting, data insertion, and exporting the file as an XLSX document.

ExcelPhpSpreadsheetphp-code
0 likes · 9 min read
Generating Excel Reports with PhpSpreadsheet in PHP