Package Details: libxls 1.6.2-2

Git Clone URL: https://aur.archlinux.org/libxls.git (read-only, click to copy)
Package Base: libxls
Description: Read binary Excel files from C/C++
Upstream URL: https://github.com/libxls/libxls
Licenses: BSD
Submitter: adsun
Maintainer: shilka
Last Packager: shilka
Votes: 0
Popularity: 0.000000
First Submitted: 2019-06-12 00:49 (UTC)
Last Updated: 2024-05-09 13:52 (UTC)

Required by (0)

Sources (2)

Latest Comments

shilka commented on 2024-05-09 11:19 (UTC) (edited on 2024-05-09 13:28 (UTC) by shilka)

modify xlstypes.h under include path before build. already add a patch do it.

delete:

ifdef __cplusplus
include <cstdint>
else
include <stdint.h>
endif

add:

include <stdint.h>