๐Sheet
้ธๅ Range
ๅ งๅฎนใๆ ผๅผ๏ผ
ๆฌไฝๅฏฌๅบฆใ้ซๅบฆ๏ผ
๐ๆ็
// column widths
sheet.setColumnWidths(startColumn, numColumns, width)
// auto-resize
sheet.autoResizeColumns(startColumn, numColumns) // โญ๏ธ resize columns
sheet.autoResizeRows(startRow, numRows) // โญ๏ธ resize rowsSheet โฉ
clear() - ๆธ ้คๆๆๅ งๅฎนใๆ ผๅผใ
clear({ formatOnly: true, contentsOnly: true }) - ๅฏ้ธๆๅชๆธ ้คๅ งๅฎนๆๆ ผๅผใ
app.sheet.prototype - extend Sheet.
app.sheet.prototype extends Sheet.
๐ก custom prototypes for Sheet objects.
Last updated
Was this helpful?