aboutsummaryrefslogtreecommitdiff
path: root/devel/xlslib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Mark as broken with gcc4.2 on 64-bit archs.Mark Linimon2007-10-021-1/+9
| | | | Notes: svn path=/head/; revision=200601
* - Update to 0.2.5Martin Wilke2007-04-261-6/+2
| | | | | | | | PR: 112157 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> (maintainer) Notes: svn path=/head/; revision=190979
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Add xlslib, a C++ library for generation of Excel(TM) filesEmanuel Haupt2005-12-131-0/+30
xlsLib is a multiplatform, C++ developed, library for dynamically generating Excel(TM) files (*.xls). It allows the generation of Excel(TM) compatible files without the need of any other external software. * Easy to use, fully object oriented, API. * Excel 95 (TM) format spreadsheets. * Multiple worksheets. * All standard font's styles and colors. * All standard cell's styles, colors and properties. * All standard cell's border-styles and colors. * Three basic type of cells: o Blank. o Label. The text in labels can be formated in all standard styles. o Number. All standard number-formats are supported. * Merged cells. * Handling of cells using ranges. PR: 89933 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> Notes: svn path=/head/; revision=151097