Skip to content

Extra classes and methods to make scripting for Google Spreadsheets much easer

License

Notifications You must be signed in to change notification settings

primal100/sheetsextra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

sheetsextra

Extra classes and methods to make scripting for Google Spreadsheets much easier.

To use, go to Resources > Library in the Google Sheets script editor and enter the following project key: MBMqhMPNTAcCr_ppXue1xbWEdFEUJsEaZ

function getOrCreateSheet(spreadsheet, sheetName)
function renameSheet(spreadsheet, sheet, newName)
function renameSheetIfExists(spreadsheet, sheetName, newName)
function moveSheet(spreadsheet, sheet, newpos)
function moveSheetIfExists(spreadsheet, sheetName, newpos)
function duplicateSheet(spreadsheet, sheet)
function duplicateSheetIfExists(spreadsheet, sheetName)
function duplicateRenameSheet(spreadsheet, sheet, newName, renameOld)
function duplicateRenameSheetIfExists(spreadsheet, sheetName, newName, renameOld)
function deleteSheetIfExists(spreadsheet, sheetName)
function dataRangeWithoutHeader(sheet, rowHeaderSize)
function sortAll(sheet, sortOptions, rowHeaderSize)
function autoResizeAll(sheet)
function boldHeaders(sheet)
function freezeHeaders(sheet, rows, columns)

Sheetslibrary documentation here:

https://docs.google.com/macros/library/d/MBMqhMPNTAcCr_ppXue1xbWEdFEUJsEaZ/12

About

Extra classes and methods to make scripting for Google Spreadsheets much easer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published