浏览代码

thx to tealeg 4

Dasflugen 5 年之前
父节点
当前提交
6559ee8bf7
共有 1 个文件被更改,包括 0 次插入17 次删除
  1. 0 17
      schedule/xlsx.go

+ 0 - 17
schedule/xlsx.go

@@ -97,23 +97,6 @@ func ImportXLSX(filename string) []*PlanXLSX {
                 TypeRow: typerow,
                 TypeRow: typerow,
             })
             })
             }
             }
-            // if len(row.Cells) < 20 {
-            //     continue
-            // }
-            // if row.Cells[2].String() == "" || row.Cells[2].String() == "ИТОГО" {
-            //     continue
-            // }
-
-            // if strings.HasPrefix(row.Cells[1].String(), "Консультации") || strings.HasPrefix(row.Cells[1].String(), "Государственная") {
-            //     continue
-            // }
-
-            // splited := strings.Split(row.Cells[1].String(), ".")
-            // if len(splited) != 2 {
-            //     continue
-            // }
-
-            
         }
         }
         listOfPlans = append(listOfPlans, plan)
         listOfPlans = append(listOfPlans, plan)