feat(export): enhance CSV and Excel export functionality across multiple pages

- Updated CsvExportHelper to support Excel XML format for exporting data, improving compatibility with Excel.
- Refactored export logic in DiscountOrdersMainPage, SalesReports, OrderSalesReports, and UserOrderMainPage to utilize the new Excel export method.
- Changed file extensions from .csv to .xls for better clarity in exported files.
- Improved header and row data handling for consistency in exported reports.
This commit is contained in:
masoodafar-web
2026-08-08 21:43:54 +03:30
parent 6a9d142dc6
commit e9f8328404
6 changed files with 179 additions and 82 deletions
+1
View File
@@ -1,3 +1,4 @@
# Docs moved to totalDoc
See [totalDoc/INDEX.md](../../totalDoc/INDEX.md) for all documentation.