Skip to content

Commit 3605707

Browse files
committed
update IDE helper
1 parent d9102a9 commit 3605707

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ide-helper/helper.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,20 @@ public function openSheet(string $sheetName = NULL, int $skipFlag = 0x00): self
343343
return $this;
344344
}
345345

346+
/**
347+
* Set row cell data type
348+
*
349+
* @param array $types
350+
*
351+
* @return Excel
352+
*
353+
* @author viest
354+
*/
355+
public function setType(array $types): self
356+
{
357+
return $this;
358+
}
359+
346360
/**
347361
* Read values from the sheet
348362
*

0 commit comments

Comments
 (0)