2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * Set of functions used to build CSV dumps of tables
12 if (isset($plugin_list)) {
13 $plugin_list['excel'] = array(
14 'text' => 'strStrucExcelCSV',
16 'mime_type' => 'text/comma-separated-values',
18 array('type' => 'text', 'name' => 'null', 'text' => 'strReplaceNULLBy'),
19 array('type' => 'bool', 'name' => 'columns', 'text' => 'strPutColNames'),
20 array('type' => 'select', 'name' => 'edition', 'values' => array('win' => 'Windows', 'mac' => 'Excel 2003 / Macintosh'), 'text' => 'strExcelEdition'),
21 array('type' => 'hidden', 'name' => 'data'),
23 'options_text' => 'strOptions',
26 /* Everything rest is coded in csv plugin */
27 require './libraries/export/csv.php';