From 4cafe7bc377f29157a8a54e7f2e8c1732c3aecc2 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 13 Dec 2005 13:39:47 +0000 Subject: Add xlslib, a C++ library for generation of Excel(TM) files 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 --- devel/xlslib/distinfo | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 devel/xlslib/distinfo (limited to 'devel/xlslib/distinfo') diff --git a/devel/xlslib/distinfo b/devel/xlslib/distinfo new file mode 100644 index 000000000000..4f026e684eff --- /dev/null +++ b/devel/xlslib/distinfo @@ -0,0 +1,3 @@ +MD5 (xlslib-0.2.1.tar.gz) = b18dc9082d7024285f7a510aefcb237a +SHA256 (xlslib-0.2.1.tar.gz) = 9c4f02404a7812ad6a42035d83332295a7cf4af08779d99b3ff2d001832f8453 +SIZE (xlslib-0.2.1.tar.gz) = 270246 -- cgit v1.2.3