./textproc/py-Excelerator, Python library for generating Excel 97/2000/XP/2003 files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.4.1nb1, Package name: py27-Excelerator-0.6.4.1nb1, Maintainer: pkgsrc-users

This is a library for generating Excel 97/2000/XP/2003 and
OpenOffice Calc compatible spreadsheets. pyExcelerator has
full-blown support for UNICODE in Excel and Calc spreadsheets,
allows using variety of formatting features, provides interface
to printing options of Excel and OpenOffice Calc.


Required to run:
[lang/python27]

Master sites:

SHA1: ac3a1fe750e55c4749fd9f1289304f57712ddf72
RMD160: 68e0c660fd77e18ba5f7eb3fc1ae22cd1184c11b
Filesize: 169.584 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-04 02:22:01 by Aleksey Cheusov | Files touched by this commit (34)
Log message:
Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)
   2012-10-04 01:40:39 by Aleksey Cheusov | Files touched by this commit (35)
Log message:
CONFLICTS between python modules
   2012-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148)
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
   2012-02-04 13:03:32 by OBATA Akio | Files touched by this commit (3) | Package updated
Log message:
Update py-excelerator to 0.6.4.1.
(while here, register egg-info).

0.6.4.1 (11.04.2009)
---------
    * support writing to file-like objects
    * add support for setting formula cell options
    * add support for using color name strings to set the Font color
      properties
    * add support for setting default row height records
    * add set_column, set_columns, and write_cols which are similar
      to the perl counter parts and allow setting/writing to multiple columns
    * allow page breaks to be intergers in the page break list
    * add support for setting print area, and beginnings of other macros
      and builtin functions
    * allow None to be given to add_style to set default style
    * Accepted patch for some bugs in the RK conversion routine from
      John Machin
    * add support for setting default results for formulas
    * fix bug in lexer where symbols of more than one character are
      not recognized
    * Fix #1621199: typo causes DIMENSIONS record to have wrong number
      of columns
    * add support hyperlinks
    * FIX #1618833: XFStyle defaults are now copies of the default properties.
   2012-02-04 12:58:19 by OBATA Akio | Files touched by this commit (1)
Log message:
sort
   2011-10-01 22:39:28 by David A. Holland | Files touched by this commit (1)
Log message:
REPLACE_PYTHON
   2011-06-14 13:10:54 by OBATA Akio | Files touched by this commit (1)
Log message:
Drop PYTHON_VERSION_ACCEPTED restriction, it was just "not accept \ 
python23".