Also strip leading zeros in account number normalization (v0.8.4) (#19)
XLS files contain "00-138-04983-01" (with leading zeros) while users configure "1380498301" (without). Stripping only dashes was insufficient — also strip leading zeros so both normalize to the same value.