Update README.md

This commit is contained in:
Thomas Fussell 2015-10-26 15:46:16 -04:00
parent f6537c406a
commit dfe9b1e013

View File

@ -1,6 +1,8 @@
xlnt
====
[![Build Status](https://travis-ci.org/tfussell/xlnt.svg)](https://travis-ci.org/tfussell/xlnt)
## Introduction
xlnt is a C++14 library for reading, writing, and modifying xlsx files as described in [ECMA 376](http://www.ecma-international.org/publications/standards/Ecma-376.htm). The API is generally based on [openpyxl](https://bitbucket.org/openpyxl/openpyxl), a python library for reading and writing xlsx/xlsm files. This is still very much a work in progress, but the core development work is complete.