Path to this page:
./
textproc/libxls,
Extract cell data from legacy Microsoft Excel files
Branch: CURRENT,
Version: 1.6.2,
Package name: libxls-1.6.2,
Maintainer: sjmulderC library to extract cell data and some metadata from legacy Microsoft Excel
files. Also includes an 'xls2csv' tool.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 433.336 KB
Version history: (Expand)
- (2021-01-12) Updated to version: libxls-1.6.2
- (2020-10-02) Updated to version: libxls-1.6.1
- (2020-07-14) Updated to version: libxls-1.5.3
- (2019-11-16) Updated to version: libxls-1.5.2
- (2019-05-06) Updated to version: libxls-1.5.1
- (2019-02-12) Package added to pkgsrc.se, version libxls-1.5.0 (created)
CVS history: (Expand)
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-01-12 01:01:38 by Sijmen J. Mulder | Files touched by this commit (2) |
Log message:
textproc/libxls: Update to 1.6.2
- Fix NULL pointer dereferences in the xls2csv tool
|
2020-10-01 21:34:09 by Sijmen J. Mulder | Files touched by this commit (4) |
Log message:
textproc/libxls: Update to 1.6.1
Changes in 1.6.0:
- This release enables decoding of non-Unicode character sets in older
(BIFF5) XLS files. In addition, it improves string-conversion
performance in newer files.
See: https://github.com/libxls/libxls/pull/77
Changes in 1.6.1:
- This release corrects the libtool version information found in libxls
1.6.0, and fixes undefined behavior for applications that were
originally linked against the 1.5.x dynamic library. The C source
code is unchanged from the last release.
See: https://github.com/libxls/libxls/issues/79
|
2020-07-14 14:48:58 by Sijmen J. Mulder | Files touched by this commit (3) | |
Log message:
libxls: Update to 1.5.3
Changes:
- Allow truncated XLS files #55 #60 #76 tidyverse/readxl#619
- Fix long-standing "extra column" bug #73
- Support for RSTRING records (rich-text cells in older BIFF5 files)
tidyverse/readxl#611
Minimum version updated in bl3 due to header changes.
|
2019-11-16 14:23:04 by Sijmen J. Mulder | Files touched by this commit (2) |
Log message:
textproc/libxls: Update to 1.5.2
Changes:
- Fix character transliteration on Windows when iconv is not present
#66
- Make C++ test conditional on having a C++11 compiler
- README: Add links to language bindings (and an OSS-Fuzz badge!)
|
2019-06-12 23:09:59 by Sijmen J. Mulder | Files touched by this commit (1) |
Log message:
textproc/libxls: work around pre-C++11 GCC errors
C++11 support is needed only for a test but causing the build to fail
on older but still suported OSes like RHEL 6. A patch has been
submitted upstream to simply skip the test if C++11 support is lacking,
but until then, use GCC_REQD.
|
2019-05-06 11:17:13 by Sijmen J. Mulder | Files touched by this commit (8) |
Log message:
Update my (sjmulder) maintainer email address
|