feat: add table export functionality; implement CSV export and UI dialog for selecting format

This commit is contained in:
2025-11-14 12:27:58 +01:00
parent 71f208b624
commit 6cdec69faf
4 changed files with 146 additions and 0 deletions
@@ -83,4 +83,12 @@
<string name="ft_image">Image</string>
<string name="ft_file">File</string>
<!-- Additional existing types could be added similarly -->
<!-- Export feature -->
<string name="export">Export</string>
<string name="export_list">Export Table</string>
<string name="export_format">Format</string>
<string name="format_csv">CSV</string>
<string name="exporting">Exporting…</string>
<string name="export_success">Exported to: %1$s</string>
<string name="export_error">Export failed</string>
</resources>