Fix critical bugs: file loading, advanced export dialog, and XLSX export

- Add XLSX export functionality alongside CSV with proper menu option
- Fix advanced export dialog visibility with improved CSS and scroll behavior
- Verify file loading mechanism works correctly for double-click association
- Improve export dialog layout with better height and positioning
- Update export-spreadsheet IPC handler to support both CSV and XLSX formats
This commit is contained in:
2025-09-22 00:24:00 +05:30
parent 11fc00160f
commit 8f333fb810
4 changed files with 53 additions and 20 deletions
+5 -2
View File
@@ -859,8 +859,9 @@ body.theme-github .status-bar {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
width: 90%;
max-width: 600px;
max-height: 80vh;
max-height: 90vh;
overflow-y: auto;
position: relative;
}
.export-dialog-header {
@@ -1437,7 +1438,9 @@ body.theme-github .line-numbers {
.advanced-options {
transition: all 0.3s ease;
overflow: hidden;
overflow: visible;
position: relative;
z-index: 10;
}
.advanced-options.hidden {