[ Index ]
 

Code source de Dolibarr 2.0.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/htdocs/includes/php_writeexcel/ -> CHANGELOG (source)

   1  0.2.2 (2003-10-08):
   2  - Cleaned up class.writeexcel_biffwriter.inc.php
   3  - Cleaned up _append() and _prepend() in class.writeexcel_biffwriter.inc.php
   4    and class.writeexcel_worksheet.inc.php to no longer use func_get_args()
   5    but require exactly one argument instead (internal api change)
   6  - Changed class to support tmpfile. Because of this it is possible now to
   7    create an excel sheet on the fly that can be send by web server and is
   8    afterwards deleted. To provoke this behaviour you just pass an empty file
   9    name and later on use the writexcel_workbook->send(filename) function.
  10    (contributed by Andreas Brodowski)
  11  - Imported and changed the PEAR::Spreadsheet Parser.php file to allow
  12    formulas in worksheets (contributed by Andreas Brodowski)
  13  
  14  0.2.1 (2002-11-11):
  15  - Corrected two typos in class.writeexcel_format.inc.php
  16    (thanks to Peter van Aarle)
  17  - Fixed cell bg_color (thanks to Jason McCarver for the patch)
  18  - Added support for Big/Little Endian (thanks to Marc Dilasser)
  19  - Added FAQ
  20  - Random cleanups
  21  
  22  0.2.0 (2002-09-04):
  23  - Added missing methods set_bg_color(), set_rotation(), set_text_justlast(),
  24    set_locked(), set_hidden(), set_font_script(), set_font_shadow(),
  25    set_font_outline() and set_font_strikeout() to
  26    class.writeexcel_format.inc.php
  27  - Cleaned up class.writeexcel_format.inc.php
  28  - Moved $monthdays() in functions.writeexcel_utility.inc.php into
  29    xl_date_list()
  30  - Fixed all calls to call_user_func_array() and call_user_method_array()
  31    where the first parameter was an undefined constant (thanks Arnaud Limbourg)
  32  - Cleaned up class.writeexcel_olewriter.inc.php
  33  - Temporarily moved class.writeexcel_formula.inc.php out of the archive
  34    because formulas are not yet supported
  35  - Added support for files bigger than 7 MB
  36    (class.writeexcel_workbookbig.inc.php), requires php_ole
  37  - Added example which creates a file bigger than 7 MB (example-bigfile.php)
  38  - Changed dates in CHANGELOG to international notation
  39  - Updated the README file
  40  
  41  0.1.2 (2002-08-10):
  42  - Fixed xl_date_list() in class.writeexcel_utility.inc.php
  43  - Cleaned up class.writeexcel_utility.inc.php
  44  - Renamed class.writeexcel_utility.inc.php to
  45    functions.writeexcel_utility.inc.php (it isn't actually a class)
  46  - Changed "pack("NN", 0xD0CF11E0, 0xA1B11AE1)" to
  47    "pack("C8", 0xD0, 0xCF, 0x11, 0xE0, 0xA1, 0xB1, 0x1A, 0xE1)"
  48    in class.writeexcel_olewriter.inc.php which seems to work around a bug in
  49    some PHP versions (thanks to Maître Reizz for this one!)
  50  
  51  0.1.1 (2002-07-30):
  52  - Fixed several PHP warnings regarding call-time pass-by-reference and
  53    undefined constants
  54  - Changed "Spreadsheet::WriteExcel" to "php_writeexcel" in example-demo.php
  55  - Changed fopen() calls to explicitely open files in binary mode
  56  
  57  0.1.0 (2002-05-20):
  58  - Added support for inserting bitmaps (insert_bitmap in writeexcel_worksheet)
  59  - Some fixes for improved compatibility with the Spreadsheet::WriteExcel
  60    examples (see example-*.php)
  61  - Some random bugfixes


Généré le : Mon Nov 26 12:29:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics