Write To Excel
- class Main.Accert(input_path, accert_path)
- write_to_excel(statement, filename, conn)
Writes the results to an excel file.
Parameters
- statementstr
SQL statement.
- filenamestr
Filename of the excel file.
- connMySQLConnection
MySQLConnection class instantiates objects that represent a connection to the MySQL database server.