bug #2445213 [export] Commas for CSV Excel 2008 for Mac

This commit is contained in:
Marc Delisle
2008-12-25 14:52:28 +00:00
parent 8377b1b41d
commit 5a8d192fea
3 changed files with 10 additions and 2 deletions

View File

@@ -21,7 +21,14 @@ if (isset($plugin_list)) {
'options' => array(
array('type' => 'text', 'name' => 'null', 'text' => 'strReplaceNULLBy'),
array('type' => 'bool', 'name' => 'columns', 'text' => 'strPutColNames'),
array('type' => 'select', 'name' => 'edition', 'values' => array('win' => 'Windows', 'mac' => 'Excel 2003 / Macintosh'), 'text' => 'strExcelEdition'),
array(
'type' => 'select',
'name' => 'edition',
'values' => array(
'win' => 'Windows',
'mac_excel2003' => 'Excel 2003 / Macintosh',
'mac_excel2008' => 'Excel 2008 / Macintosh'),
'text' => 'strExcelEdition'),
array('type' => 'hidden', 'name' => 'data'),
),
'options_text' => 'strOptions',