@@ -524,6 +524,9 @@ func HandleYongyiExcelWeekly46(f *excelize.File, sheetName string) (indexList []
continue
}
cell = strings.ReplaceAll(cell, ",", "")
+ if unit == "%" {
+ cell = strings.ReplaceAll(cell, "%", "")
+ }
if !isValueValid(cell) {