Go to the source code of this file.
Namespaces | |
| FDL | |
Functions | |
| startElementOds ($parser, $name, $attrs) | |
| endElementOds ($parser, $name) | |
| characterDataOds ($parser, $data) | |
| getOfficeTypedValue ($attrs) | |
| xmlcontent2csv ($xmlcontent, &$fcsv) | |
| ods2content ($odsfile, &$content) | |
Variables | |
| const | SEPCHAR ';' |
| const | ALTSEPCHAR ' --- ' |
| $inrow = false | |
| $incell = false | |
| $nrow = 0 | |
| $ncol = 0 | |
| $rows = array() | |
| $colrepeat = 0 | |
| $celldata = '' | |
| $cellattrs = array() | |
| $usage = new ApiUsage() | |
| $odsfile = $usage->addRequiredParameter("odsfile", "ods file (input)") | |
| $csvfile = $usage->addOptionalParameter("csvfile", "xml file (output)") | |
| $err = ods2content($odsfile, $content) | |
| characterDataOds | ( | $parser, | |
| $data | |||
| ) |
Definition at line 99 of file Api/ods2csv.php.
| endElementOds | ( | $parser, | |
| $name | |||
| ) |
| getOfficeTypedValue | ( | $attrs | ) |
Definition at line 109 of file Api/ods2csv.php.
| ods2content | ( | $odsfile, | |
| & | $content | ||
| ) |
| startElementOds | ( | $parser, | |
| $name, | |||
| $attrs | |||
| ) |
Definition at line 27 of file Api/ods2csv.php.
| xmlcontent2csv | ( | $xmlcontent, | |
| & | $fcsv | ||
| ) |
Definition at line 127 of file Api/ods2csv.php.
| $cellattrs = array() |
Definition at line 26 of file Api/ods2csv.php.
| $celldata = '' |
Definition at line 25 of file Api/ods2csv.php.
| $colrepeat = 0 |
Definition at line 24 of file Api/ods2csv.php.
| $csvfile = $usage->addOptionalParameter("csvfile", "xml file (output)") |
Definition at line 171 of file Api/ods2csv.php.
| $err = ods2content($odsfile, $content) |
Definition at line 174 of file Api/ods2csv.php.
| $incell = false |
Definition at line 20 of file Api/ods2csv.php.
| $inrow = false |
Definition at line 19 of file Api/ods2csv.php.
| $ncol = 0 |
Definition at line 22 of file Api/ods2csv.php.
| $nrow = 0 |
Definition at line 21 of file Api/ods2csv.php.
| $odsfile = $usage->addRequiredParameter("odsfile", "ods file (input)") |
Definition at line 170 of file Api/ods2csv.php.
| $rows = array() |
Definition at line 23 of file Api/ods2csv.php.
Definition at line 167 of file Api/ods2csv.php.
| const ALTSEPCHAR ' --- ' |
Definition at line 17 of file Api/ods2csv.php.
| const SEPCHAR ';' |
Definition at line 16 of file Api/ods2csv.php.