Tag

batchUpdate

Sort A Range In A Google Sheet Using Google Sheets API PHP Client Reorder rows that are already in a Google Sheet with a single sortRange request, sorting on one column or several at once. The catch is that the range… August 19, 2026 · Google Sheets API PHP Client Add A Dropdown To A Google Sheet Using Google Sheets API PHP Client Add a dropdown to a Google Sheet from PHP using a fixed list of values or a range of options. The strict flag stops a person typing a… August 17, 2026 · Google Sheets API PHP Client Insert Rows And Columns In A Google Sheet Using Google Sheets API PHP Client Insert rows and columns in a Google Sheet from PHP with insertDimension, and control whether the new cells inherit their neighbour's formatting. Batch several inserts and the order… August 17, 2026 · Google Sheets API PHP Client Add Conditional Formatting In A Google Sheet Using Google Sheets API PHP Client Add conditional formatting in a Google Sheet from PHP: a boolean rule that shades low stock, and a gradient that runs a colour scale across a price column.… August 16, 2026 · Google Sheets API PHP Client Freeze Rows And Columns In A Google Sheet Using Google Sheets API PHP Client Freeze rows and columns in a Google Sheet from PHP so the header stays put while the data scrolls. In Sheets a freeze is a property of the… August 16, 2026 · Google Sheets API PHP Client Format Google Sheets Cells Using Google Sheets API PHP Client Format Google Sheets cells from PHP with a single repeatCell request: bold white header text on a coloured fill, centred, and a currency pattern on the price column.… August 15, 2026 · Google Sheets API PHP Client Delete Google Sheets Rows And Clear Ranges Using Google Sheets API PHP Client Clearing a range and deleting a row look like the same job, but one keeps the row, its shading and its formulas while the other removes them and… August 12, 2026 · Google Sheets API PHP Client