mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
4cafe7bc37
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>
19 lines
766 B
Plaintext
19 lines
766 B
Plaintext
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.
|
|
|
|
WWW: http://xlslib.sourceforge.net/
|