[0.5.1] - 2026-01-21
Fixed
- Preserve numeric types in comparison export (numbers written as Excel numbers, not text)
- Preserve number formats (currency, percentage) in comparison and normalization export
- Format dates correctly in comparison view (was showing OLE serial numbers)
- Limit decimal precision in comparison view for readability
Added
ExportCellValuewrapper struct to carry both cell value and number format through export pipelineGetTypedCell()andGetTypedCellByHeader()methods inRowComparisonfor typed cell access- Dynamic NumberingFormats support in
ExcelWriterServicefor custom format preservation
Full Changelog: https://github.com/ghostintheshell-192/sheet-atlas/compare/v0.5.0...v0.5.1