Go to the source code of this file.
Namespaces | |
namespace | FDL |
Functions | |
startElementOds ($parser, $name, $attrs) | |
endElementOds ($parser, $name) | |
characterDataOds ($parser, $data) | |
xmlcontent2csv ($xmlcontent, &$fcsv) | |
ods2content ($odsfile, &$content) | |
Variables | |
const | SEPCHAR ';' |
const | ALTSEPCHAR ' --- ' |
$inrow = false | |
$incell = false | |
$nrow = 0 | |
$ncol = 0 | |
$rows = array() | |
$colrepeat = 0 | |
$odsfile = GetHttpVars("odsfile") | |
$csvfile = GetHttpVars("csvfile") | |
if($odsfile=="") | $err = ods2content($odsfile, $content) |
characterDataOds | ( | $parser, | |
$data | |||
) |
Definition at line 99 of file ods2csv.php.
endElementOds | ( | $parser, | |
$name | |||
) |
Definition at line 65 of file ods2csv.php.
ods2content | ( | $odsfile, | |
& | $content | ||
) |
startElementOds | ( | $parser, | |
$name, | |||
$attrs | |||
) |
Definition at line 27 of file ods2csv.php.
xmlcontent2csv | ( | $xmlcontent, | |
& | $fcsv | ||
) |
Definition at line 109 of file ods2csv.php.
$colrepeat = 0 |
Definition at line 26 of file ods2csv.php.
$csvfile = GetHttpVars("csvfile") |
Definition at line 148 of file ods2csv.php.
if ($odsfile=="") $err = ods2content($odsfile, $content) |
Definition at line 154 of file ods2csv.php.
$incell = false |
Definition at line 22 of file ods2csv.php.
$inrow = false |
Definition at line 21 of file ods2csv.php.
$ncol = 0 |
Definition at line 24 of file ods2csv.php.
$nrow = 0 |
Definition at line 23 of file ods2csv.php.
$odsfile = GetHttpVars("odsfile") |
Definition at line 147 of file ods2csv.php.
$rows = array() |
Definition at line 25 of file ods2csv.php.
const ALTSEPCHAR ' --- ' |
Definition at line 19 of file ods2csv.php.
const SEPCHAR ';' |
Definition at line 18 of file ods2csv.php.
← centre documentaire |
|