Close #7
This commit is contained in:
parent
b95369b946
commit
869b51f69c
|
@ -49,7 +49,6 @@
|
||||||
$columns = array_unique( array_merge( $columns, $keys ) );
|
$columns = array_unique( array_merge( $columns, $keys ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
// var_dump($columns);
|
|
||||||
|
|
||||||
|
|
||||||
/* [1] On ajoute les colonnes à la sortie
|
/* [1] On ajoute les colonnes à la sortie
|
||||||
|
@ -149,6 +148,7 @@
|
||||||
|
|
||||||
/* [3] On construit le fichier du dictionnaire
|
/* [3] On construit le fichier du dictionnaire
|
||||||
=========================================================*/
|
=========================================================*/
|
||||||
|
$output['dict'] .= "\"sheet\",\"field\",\"key\",\"value\"\r\n";
|
||||||
foreach($dict as $ds=>$dataset)
|
foreach($dict as $ds=>$dataset)
|
||||||
foreach($dataset as $f=>$field)
|
foreach($dataset as $f=>$field)
|
||||||
foreach($field as $key=>$value)
|
foreach($field as $key=>$value)
|
||||||
|
|
Loading…
Reference in New Issue