@@ -188,10 +188,3 @@ func NewLatestExamExcel(f *excelize.File) *LatestExamExcel {
return b
}
-
-func (b *LatestExamExcel) FormatToEmpty(str *string) {
- if *str == "0" || *str == "0.000" {
- *str = "-"
- }
-}