Browse Source

excel_util: 修改标签获取逻辑

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 years ago
parent
commit
60b893a9ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      excel_util.py

+ 1 - 1
excel_util.py

@@ -80,7 +80,7 @@ class ExcelUtil:
         """
         no_need_module = ['空间需求图谱-单品偏好', '空间需求图谱-精装关注点', '空间需求图谱-空间特性偏好', '空间需求-材质',
                           '空间需求-色调', '空间需求-色相']
-        rows = [row for row in self.read_excel_by_ox().rows][37:]
+        rows = [row for row in self.read_excel_by_ox().rows][36:]
         tag_name = None
         tag_type = None
         datas = []