Browse Source

update IDE helper

viest 5 years ago
parent
commit
360570765e
1 changed files with 14 additions and 0 deletions
  1. 14 0
      ide-helper/helper.php

+ 14 - 0
ide-helper/helper.php

@@ -343,6 +343,20 @@ class Excel
         return $this;
         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
      * Read values from the sheet
      *
      *