Skip to content

C library for creating Microsoft Excel (XLS) files.

License

Notifications You must be signed in to change notification settings

guidefloripa/libexcel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C library for creating Microsoft Excel (XLS) files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.9%
  • Makefile 1.1%