Import & Export

You might say

Add an export button to the quote list that downloads all records as a CSV that opens cleanly in Excel.

Import and export move data in bulk: export saves records into files like CSV or Excel, import turns a file back into records.Export 200 quotes as a CSV for the accountant, and import the edited file back—data moves between tools as files. Both operate on whole batches, not single records. If Excel shows garbled Chinese, it is usually an encoding problem; ask the AI to re-export as UTF-8.
Know first
Further reading