let selectedSheet = workbook.getActiveWorksheet();
// Assuming there's a table in the workbook named Table1
let rowCount = workbook.getTable('Table1').getRowCount();
workbook.getTable('Table1').deleteRowsAt(0, rowCount);
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter