浏览代码

update IDE helper

viest 5 年之前
父节点
当前提交
360570765e
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      ide-helper/helper.php

+ 14 - 0
ide-helper/helper.php

@@ -343,6 +343,20 @@ class Excel
         return $this;
     }
 
+    /**
+     * Set row cell data type
+     *
+     * @param array $types
+     *
+     * @return Excel
+     *
+     * @author viest
+     */
+    public function setType(array $types): self
+    {
+        return $this;
+    }
+
     /**
      * Read values from the sheet
      *