I found a couple articles that show how to export the data in a Repeater to an excel spreadsheet. You could also use a manual method such as the one found here but this seems to provide a simple way of doing this, Assuming that you have a button called ExportToExcel on your form the following code will allow you to save the data to an Excel file format in its click method:
↧