In this video I’ll show you how to export your customer database from our CRM to an Excel file that you can open and play with.
We’ll use the csv module that comes built in with Python to do this very quickly and easily. Then all we need to do is add a button to our app to export our database to a comma separated values file (csv) in Excel.
Add comment