Clear a table
Open workbook ${CURDIR}${/}demo.xlsx
${table}= Read Worksheet As Table name=Sheet1 header=True
Clear Table ${table}
Save Workbook
Close Workbook
This is the code that is not working.
Is there any other way of clearing an existing table in an excel worksheet?