Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.11 KB

readme.md

File metadata and controls

19 lines (12 loc) · 1.11 KB

Clean Spreadsheet

This script is used to clean empty rows from a chosen spreadsheet. This is to reduce the likelihood of a large spreadsheet with frequent use reaching the total cell limit, which is ~5 million as of May 2019.

Read the background for additional context as to why I wrote this script and how it works.

See here for instructions on installing.

Program Setting Type Description Example
targetFileID String The ID of the Google Sheets file that contains the target spreadsheet. (How to) R9l98mzhXX6eMjXlIgyPCuc8qW1OIfzo
targetSheetName String The name of the target spreadsheet within the chosen file. Running Sheet
ignoreHeader Boolean If this is true, the first row of the sheet will be ignored. true
displayCellCounts Boolean If this is true, the before and after cell counts will be displayed when cleaning is finished. true

Return to Home Page