1
0
mirror of https://github.com/limosek/zaf-plugins.git synced 2025-11-01 18:17:37 +01:00

Added doc for csv

This commit is contained in:
Lukas Macura
2017-01-30 14:06:12 +01:00
parent 6ee868cf6d
commit 0a36456b56
9 changed files with 171 additions and 99 deletions

View File

@@ -18,7 +18,7 @@ if ($head) {
} else {
$header=Array();
$i=0;
foreach ($range as $c) {
foreach ($range as $r) {
$header[$i]=sprintf("FIELD%d",$i);
$i++;
}