PHPSpreadsheet · Google Sheets API · Excel
Spreadsheets, driven by code.
Hands-on PHP tutorials for working with Excel and Google Sheets — read and
write .xlsx, convert files to JSON, stream downloads in the
browser, and insert images, formulas, and styling. Every guide ships with
code you can copy, run, and adapt.
Key methods
IOFactory::load()
PhpSpreadsheet
getActiveSheet()
PhpSpreadsheet
fromArray()
PhpSpreadsheet
getCalculatedValue()
PhpSpreadsheet
save('php://output')
PhpSpreadsheet
spreadsheets_values->get()
Google Sheets
spreadsheets_values->update()
Google Sheets
spreadsheets->create()
Google Sheets
json_encode()
PHP
header()
PHP
Latest articles
Update Excel Files In PHP Using PHPSpreadSheet
June 27, 2020
Unmerge Cells In Excel Files In PHP Using PHPSpreadSheet
June 27, 2020
Merge Cells In Excel Files In PHP Using PHPSpreadSheet
June 27, 2020
Create Excel Files With Text Links In PHP Using PHPSpreadSheet
June 21, 2020
Create Excel Files With Underlined Texts In PHP Using PHPSpreadSheet
June 21, 2020
Create Excel Files With Different Cell Font Colors In PHP Using PHPSpreadSheet
June 21, 2020
Read Excel Files Cell Data Only In PHP Using PHPSpreadSheet
June 21, 2020
Create Excel Files With Different Cell Background Colors In PHP Using PHPSpreadSheet
June 21, 2020
Read Excel Files In PHP Using PHPSpreadSheet’s IOFactory Class
June 21, 2020
Browse by technique