Excel and ODBC driver have some limitations that don't allow you to delete data that was written to the data sheet
before. I recommend you to use Access, so you will be able to clear the database before each Simulation run using the
SQL query like the following:
database.modify("DELETE * FROM table_name;");

