mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +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>
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
include/xlslib/biffsection.h
|
|
include/xlslib/binfile.h
|
|
include/xlslib/blank.h
|
|
include/xlslib/cell.h
|
|
include/xlslib/colinfo.h
|
|
include/xlslib/colors.h
|
|
include/xlslib/common.h
|
|
include/xlslib/config.h
|
|
include/xlslib/continue.h
|
|
include/xlslib/crc.h
|
|
include/xlslib/data3.h
|
|
include/xlslib/data4.h
|
|
include/xlslib/datast.h
|
|
include/xlslib/docsumminfo.h
|
|
include/xlslib/extformat.h
|
|
include/xlslib/font.h
|
|
include/xlslib/format.h
|
|
include/xlslib/formtags.h
|
|
include/xlslib/globalrec.h
|
|
include/xlslib/index.h
|
|
include/xlslib/label.h
|
|
include/xlslib/merged.h
|
|
include/xlslib/number.h
|
|
include/xlslib/oledoc.h
|
|
include/xlslib/olefs.h
|
|
include/xlslib/oleprop.h
|
|
include/xlslib/overnew.h
|
|
include/xlslib/range.h
|
|
include/xlslib/recdef.h
|
|
include/xlslib/record.h
|
|
include/xlslib/rectypes.h
|
|
include/xlslib/row.h
|
|
include/xlslib/sheetrec.h
|
|
include/xlslib/stringtok.h
|
|
include/xlslib/summinfo.h
|
|
include/xlslib/systype.h
|
|
include/xlslib/timespan.h
|
|
include/xlslib/tostr.h
|
|
include/xlslib/unit.h
|
|
include/xlslib/workbook.h
|
|
include/xlslib/xlconfig.h
|
|
lib/libxls.a
|
|
lib/libxls.la
|
|
lib/libxls.so
|
|
lib/libxls.so.0
|
|
@dirrm include/xlslib
|