| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SheetAtlas-linux-x64.deb | 2026-01-31 | 29.4 MB | |
| SheetAtlas-linux-x64.tar.gz | 2026-01-31 | 37.3 MB | |
| SheetAtlas-macos-x64.dmg | 2026-01-31 | 46.7 MB | |
| SheetAtlas-macos-x64.tar.gz | 2026-01-31 | 39.9 MB | |
| SheetAtlas-Setup-win-x64.exe | 2026-01-31 | 30.1 MB | |
| README.md | 2026-01-31 | 986 Bytes | |
| v0.5.3 source code.tar.gz | 2026-01-31 | 3.7 MB | |
| v0.5.3 source code.zip | 2026-01-31 | 3.9 MB | |
| Totals: 8 Items | 191.1 MB | 0 | |
[0.5.3] - 2026-01-31
Added
- Column filtering in export with semantic names and grouping support
- CSV format inference service for automatic number format detection:
- Percentages (15% → stored as 0.15 with "0%" format)
- Scientific notation (1.5e-3 → proper Excel scientific format)
- Decimal precision preservation (0.15000 → "0.00000" format)
- IHeaderResolver interface for unified semantic name resolution
Changed
- Consolidated header grouping logic into IHeaderGroupingService
- Introduced Facade pattern (FileReaderContext) for cleaner file reader architecture
- Improved TreeView styling in search results
Fixed
- Semantic mappings correctly included in CSV export
- Windows CI build nullable reference warnings
Full Changelog: https://github.com/ghostintheshell-192/sheet-atlas/compare/v0.5.2...v0.5.3