@@ -233,29 +233,42 @@ Functions for working with file paths and URLs.
233233
234234<details ><summary >More</summary >
235235
236+ - [ ] ` appsscript/base/sprintf `
237+ - [ ] ` appsscript/base/formatDate `
236238- [ ] ` appsscript/sheets/prependColumn `
237239- [ ] ` appsscript/sheets/prependColumns `
238240- [ ] ` appsscript/sheets/insertSchema `
239- - [ ] ` appsscript/sheets/getSchema `
240- - [ ] ` appsscript/sheets/removeSchema `
241- - [ ] ` appsscript/sheets/getValues `
242- - [ ] ` appsscript/sheets/clearColumnsByConditional `
243- - [ ] ` appsscript/sheets/clearRowsByConditional `
244- - [ ] ` appsscript/sheets/deleteRowsByConditional `
245- - [ ] ` appsscript/sheets/deleteColumnsByConditional `
246- - [ ] ` appsscript/sheets/updateFormulas `
247- - [ ] ` appsscript/sheets/updateFormulas `
241+ - [ ] ` appsscript/sheets/getSchema(steet: Sheet) `
242+ - [ ] ` appsscript/sheets/removeSchema(steet: Sheet) `
243+ - [ ] ` appsscript/sheets/getValues(steet: Sheet, config: Object) `
244+ - [ ] ` appsscript/sheets/clearColumnsByConditional(steet: Sheet, callback: Function) `
245+ - [ ] ` appsscript/sheets/clearRowsByConditional(steet: Sheet, callback: Function) `
246+ - [ ] ` appsscript/sheets/deleteRowsByConditional(steet: Sheet, callback: Function) `
247+ - [ ] ` appsscript/sheets/deleteColumnsByConditional(steet: Sheet, callback: Function) `
248+ - [ ] ` appsscript/sheets/updateFormulas(steet: Sheet) `
249+ - [ ] ` appsscript/sheets/getNamedRangeByName(name: string) `
248250- [ ] ` appsscript/sheets/abstract/Sheet `
251+ - [ ] ` appsscript/sheets/abstract/Menu `
249252- [ ] ` appsscript/net/abstract/URL `
250253- [ ] ` appsscript/net/abstract/URLSearchParams `
251- - [ ] ` appsscript/base/sprintf `
252254- [ ] ` appsscript/crypto/base64decode `
253255- [ ] ` appsscript/crypto/base64encode `
254256- [ ] ` appsscript/crypto/md5 `
255257- [ ] ` appsscript/crypto/sha1 `
256258- [ ] ` appsscript/crypto/sha256 `
257259- [ ] ` appsscript/crypto/sha512 `
258- - [ ] ` appsscript/base/formatDate `
260+ - [ ] ` appsscript/dive/createFolder(path: string, rootFolder?: Folder) `
261+ - [ ] ` appsscript/classroom/getCourses() `
262+ - [ ] ` base/getTriggerById(id) `
263+ - [ ] ` base/flat(value: Array | Object, depth?: number) `
264+ - [ ] ` base/namespace(obj: Object | Array, path: string | number | Array) `
265+ - [ ] ` base/unique(arr: Array) `
266+ - [ ] ` base/first(arr: Array) `
267+ - [ ] ` base/last(arr: Array) `
268+ - [ ] ` base/compact(arr: Array) `
269+ - [ ] ` base/without(arr: Array, ...values: any) `
270+ - [ ] ` base/intersect(arr: Array) `
271+ - [ ] ` base/merge(text: string, fields: Object) ` - Merges fields with text.
259272- [ ] ` base/date/now `
260273- [ ] ` base/date/diff `
261274- [ ] ` base/date/getDaysInMonth `
0 commit comments