This repository contains a Python script that uses the Faker library to generate fake person data and store it in an SQLite database. The script then retrieves the data from the SQLite database, ...
I would like the user to be able to click a button on the web page that will run a SQL query (canned report) and export the result data to an Excel spreadsheet. The data does not need to display on ...