Name Date Size #Lines LOC

..--

example/H25-Apr-2025-12395

files/H25-Apr-2025-

test/H25-Apr-2025-175135

utils/H25-Apr-2025-275195

CMakeLists.txtH A D25-Apr-20253.3 KiB11297

README.mdH A D25-Apr-2025509 1511

sandboxed.hH A D25-Apr-20251.3 KiB4927

xls.gen.h.inH A D25-Apr-2025879 2824

README.md

1# libxls Sandboxed API
2
3This directory contains a ready-made sandbox for the
4[libxls](https://github.com/libxls/libxls) library.
5
6The libxls library uses Autotools and a special macro package for its
7configuration. This means that on Debian based systems, the package
8`autoconf-archive` needs to be installed or the configuration phase
9will fail with the following error:
10
11```
12./configure: line 16126: syntax error near unexpected token `,'
13./configure: line 16126: `AX_CXX_COMPILE_STDCXX_11(, optional)'
14```
15