https://github.com/devinsmith/libexcel
C library for creating Microsoft Excel (XLS) files.
https://github.com/devinsmith/libexcel
Last synced: 6 months ago
JSON representation
C library for creating Microsoft Excel (XLS) files.
- Host: GitHub
- URL: https://github.com/devinsmith/libexcel
- Owner: devinsmith
- License: other
- Created: 2011-02-11T05:54:03.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T16:11:00.000Z (about 9 years ago)
- Last Synced: 2024-07-31T22:56:35.260Z (almost 2 years ago)
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 37
- Watchers: 4
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
libexcel is a C based library for creating Excel XLS spreadsheets.
It is heavily based on Spreadsheet::WriteExcel by John McNamara.
BUILDING
===========================================================================
Simply change to the src directory and execute make (or gmake on BSD
systems). BSD make is currently not supported you must use GNU make.
This will build a static library called libexcel.a
You can then change into the tests directory to build some sample apps that
utilize the library.
On Windows you can use mingw32 or the lcc-win32 compiler system.
You may need to alter the makefile to set paths to your compiler.