[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/libraries/export/ -> excel.php (source)

   1  <?php
   2  /* $Id: excel.php 9533 2006-10-10 14:20:58Z nijel $ */
   3  // vim: expandtab sw=4 ts=4 sts=4:
   4  
   5  /**
   6   * Set of functions used to build CSV dumps of tables
   7   */
   8  
   9  if (isset($plugin_list)) {
  10      $plugin_list['excel'] = array(
  11          'text' => 'strStrucExcelCSV',
  12          'extension' => 'csv',
  13          'mime_type' => 'text/comma-separated-values',
  14          'options' => array(
  15              array('type' => 'text', 'name' => 'null', 'text' => 'strReplaceNULLBy'),
  16              array('type' => 'bool', 'name' => 'columns', 'text' => 'strPutColNames'),
  17              array('type' => 'select', 'name' => 'edition', 'values' => array('win' => 'Windows', 'mac' => 'Excel 2003 / Macintosh'), 'text' => 'strExcelEdition'),
  18              array('type' => 'hidden', 'name' => 'data'),
  19              ),
  20          'options_text' => 'strExcelOptions',
  21          );
  22  } else {
  23      /* Everything rest is coded in csv plugin */
  24      require ('./libraries/export/csv.php');
  25  }
  26  ?>


Généré le : Mon Nov 26 15:18:20 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics