v3.1.0
New Features
Grid Size in Status Bar 📊

See your data dimensions at a glance in the status bar. Especially helpful when working with filtered data to see both visible and total size.
Better Keyboard Layout Support ⌨️
SmoothCSV now works seamlessly with non-QWERTY keyboards (Azerty, Dvorak, and other layouts). Shortcuts work based on the actual characters you type, not physical key positions.
Excel Import/Export Support 📊
Work seamlessly with Excel files in SmoothCSV:
- Import:
File
>Import from Excel
to open Excel files and choose which sheet to work with- Or drag & drop Excel files into the editor for instant import
- Export:
File
>Export as Excel
to save your data as Excel files
Copy as Formatted Table 📋
Copy your data as rich HTML tables for seamless integration with Microsoft Teams, Word documents, email clients, and any application that supports rich text formatting.
Save and Open SQL Queries 💾

Save your frequently used SQL queries to files and reload them anytime. Perfect for complex queries you use regularly.
Improvements
- Reset Zoom: Added
Ctrl+0
/Cmd+0
as an additional shortcut (alongsideCtrl+Numpad0
/Cmd+Numpad0
) - Trackpad Scrolling: Fixed issue where trackpad scrolling would move the entire application window
- CSV Header Detection: Improved detection for CSV files with multilingual content. Headers in Japanese, Chinese, and other languages are now recognized more accurately.
Bug Fixes
- Fixed TypeScript errors in the codebase
- Corrected Result type usage in SQL Console operations