libxls 1.6.3
Read binary (.xls) Excel spreadsheet files
libxls is a C library to read .xls spreadsheet files in the binary OLE BIFF8 format as created by Excel 97 and later versions. It cannot write them.
This package also provides xls2csv
to export Excel files to CSV.
- Outputs:
out
- Website: https://github.com/libxls/libxls
- Licenses: FreeBSD
- Package source: gnu/packages/statistics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libxls 1.6.3
as follows:
guix install libxls@1.6.3
Or install the latest version:
guix install libxls
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.