Skip to content

dongbum/ExcelFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExcelFormat

Build Status Build status Coverage Status Language grade: C/C++ Total alerts

Fork from https://www.codeproject.com/Articles/42504/ExcelFormat-Library

Original author : Martin Fuchs

Feature

Cross-platform library for Microsoft Excel

Requirements

  • Compiler : Build on VS2015 and GCC 7.4.0
  • Tested on Windows 10 and Ubuntu Linux 18.04 (bionic)

Build

Windows

  1. Open vs_solution/ExcelFormat.sln by Visual Studio
  2. Run Debug/Release
Linux
  1. Run cmake command.
  2. cmake CMakeLists.txt
  3. make

Using

  • See example/Examples.cpp

What's next

  • Improvement code quality