v2.0.0
EaaSE v2.0.0
Excel as a Search Engine
Turn local Excel workbooks into a searchable, desktop-friendly lookup engine.
Built with Codex + Gemini
- Codex handles implementation and engineering changes.
- Gemini handles planning and review.
Snapshot
- File scale: up to 1000 simultaneously loaded files
- Formats:
.xls,.xlsx,.xlsm,.csv - Persistence:
config/cache.db+config/*.json - Project archive:
.eaase.json - Runtime:
EaaSE.exe -> local Node.js service -> WebView2 desktop window -> React UI - UI languages: Chinese, English, Japanese
Version evolution
V1.0.0
- Established the original local Excel strict-search baseline.
- Supported the multilingual source release structure.
- Worked around the earlier 20-file scale.
V1.1.0
- Moved the product from browser-first usage toward a hybrid local runtime.
- Added local API support for absolute paths, opening folders, and config import/export.
- Established the desktop packaging direction for Windows.
V2.0.0
- Expanded the active workspace to up to 1000 simultaneously loaded Excel files.
- Replaced browser-only persistence with local runtime persistence using
config/cache.dbandconfig/*.json. - Added
.eaase.jsonproject archive import and export for backup, restore, and scenario switching. - Stabilized the Windows desktop startup flow through
EaaSE.exeand WebView2. - Added folder import, file filtering, standard and expanded layouts, all-columns and labeled-columns display modes, matched-sheet quick jump, and back-to-top navigation.
- Improved large-result handling through Web Worker search and virtualized result rendering.
What changed in this release
| Area | Upgrade |
|---|---|
| Capacity | Expanded from the old V1.0.0 20-file scale to up to 1000 loaded files |
| Persistence | Moved to local cache.db and config/*.json |
| Portability | Added .eaase.json archive import/export |
| Windows UX | Desktop-window startup is now the main experience |
| UI workflow | Added folder import, filtering, layout switching, and result navigation |
| Rendering | Better scalability with Web Worker search and virtualized lists |
Release assets
Excel Strict Searcher-2.0.0-windows-setup.zipExcel Strict Searcher-2.0.0-windows-lightweight.zipExcel Strict Searcher-2.0.0-linux.zip