@@ -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
*