Spreadsheet Coding

Samples, Tips, and Tutorials

https://spreadsheet-coding.com/

Create Xlsx Files With Auto Filter Settings

Whenever there is a need to group column values or to reorder column contents of a worksheet, or eve...

PhpSpreadsheet | August 8, 2020

Create Xlsx Files With Cell Comments

Code a remark to describe the contents of a cell when creating an xlsx file using PhpSpreadsheet. Ce...

PhpSpreadsheet | August 8, 2020

Create Xlsx Files With Cell Conditional Formatting Settings

Create an xlsx file using PhpSpreadsheet with different cell conditional settings, for instance, cod...

PhpSpreadsheet | August 7, 2020

Create Xlsx Files With Cell Border Styles

Establish boundaries on an a certain area of a spreadsheet when creating an xlsx file in PhpSpreadsh...

PhpSpreadsheet | August 6, 2020

Create Excel Files With Default Style Settings In PHP Using PHPSpreadSheet

Preselect different default styles of a spreadsheet when creating an xlsx file, set font to 'Arial',...

PhpSpreadsheet | August 4, 2020

Create Excel Files With Text Wrap Settings In PHP Using PHPSpreadSheet

Fit all data in it's specific cell to display all cell information without overflowing to the other ...

PhpSpreadsheet | August 3, 2020

Create Excel Files With Text Aligned Vertically In PHP Using PHPSpreadSheet

Set the vertical position of a text on a cell spreadsheet through coding with PhpSpreadsheet. Depend...

PhpSpreadsheet | August 2, 2020

Create Excel Files With Number Format Settings In PHP Using PHPSpreadSheet

Create a spreadsheet and format the display of numbers accordingly, add a thousand comma separator, ...

PhpSpreadsheet | August 2, 2020

Create Excel Files With Gradient Cell Background In PHP Using PHPSpreadSheet

Apply cell background gradients on a spreadsheet when coding to create an xlsx file in PhpSpreadshee...

PhpSpreadsheet | August 2, 2020

Create Excel Files With Multiple Cell Styles From An Array In PHP Using PHPSpreadSheet

When considering coding multiple styles on a cell of a spreadsheet, it would be a better approach to...

PhpSpreadsheet | August 2, 2020

Create Excel Files With Cell Borders In PHP Using PHPSpreadSheet

Add a border line to each side of a spreadsheet cell by effortlessly coding each one of them when cr...

PhpSpreadsheet | July 26, 2020

Create Excel Files With Text Aligned Horizontally In PHP Using PHPSpreadSheet

Set the horizontal alignment of a cell data by coding it's styling position to the left, to the righ...

PhpSpreadsheet | July 26, 2020

Create Excel Files Specifying The Printing Area In PHP Using PHPSpreadSheet

Define print area when creating xlsx file in PhpSpreadsheet by setting specific cell row and column,...

PhpSpreadsheet | July 26, 2020

Create Excel Files With Rows And Columns Repeat Settings In PHP Using PHPSpreadSheet

To save some time coding same cell value/s for each page of a spreadsheet, use the function setRowsT...

PhpSpreadsheet | July 26, 2020

Create Excel Files With Option To Hide The Gridlines In PHP Using PHPSpreadSheet

Gridlines on xlsx files help users easily distinguish cells from one another, acting as guides to te...

PhpSpreadsheet | July 25, 2020

Create Excel Files With Printing Breaks Settings In PHP Using PHPSpreadSheet

To make sure the contents of the xlsx file is on it's intended page, the function setBreak() can be ...

PhpSpreadsheet | July 19, 2020

Create Excel Files With Header And Footer In PHP Using PHPSpreadSheet

With the simple setOddHeader() and setOddFooter() functions in PhpSpreadsheet, set a detailed docume...

PhpSpreadsheet | July 18, 2020

Create Excel Files With Center On Page Settings In PHP Using PHPSpreadSheet

At times, when creating an xlsx file, there is a need to put the data in center or in the middle of ...

PhpSpreadsheet | July 18, 2020

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
Top Tutorials
  • Identify File Types

    In cases the file is yet to be identified, the method IOFactory::identify() can be used to automatic

  • Create Xlsx Files With Drop Down List Data Validation

    Code to write down selections where users can pick an option from, not allowing any data not within

  • Merge Cells In Excel Files In PHP Using PHPSpreadSheet

    Using the generated file from the tutorial Create Xlsx Files With Different Cell Background Colors,

  • Create Xlsx Files With Auto Column Width Settings

    Code an xlsx file in PhpSpreadsheet to automatically adjust a column width based on the maximum numb

  • Create Excel Files With Header And Footer In PHP Using PHPSpreadSheet

    With the simple setOddHeader() and setOddFooter() functions in PhpSpreadsheet, set a detailed docume

PhpSpreadsheet Quick Start

  • How To Install PhpSpreadsheet
  • How To Create Excel Files In PHP Using PHPSpreadSheet
  • How To Identify File Types
  • How To Read Excel Files In PHP Using PHPSpreadSheet
  • How To Read Excel Files In PHP Using PHPSpreadSheet's IOFactory Class
  • How To Update Excel Files In PHP Using PHPSpreadSheet
  • How To Set Metadata Of Excel Files In PHP Using PHPSpreadSheet
  • How To Create Excel Files With Header And Footer In PHP Using PHPSpreadSheet

Google Sheets API PHP Client Quick Start

  • How To Create A Google Cloud Project
  • How To Create A Google OAuth Consent Screen
  • How To Create A Google Credential OAuth Client ID
  • How To Enable Google Sheets API
  • How To Install The Google Client Library Specifying Google Sheets
  • How To Obtain Google API Access Token Through Command Line Using PHP
  • How To Create A Blank SpreadSheet Using Google Sheets API PHP Client Library
©2022 Spreadsheet Coding