From 7b557f9f0658b817c259f602455e2044c9b96fa8 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Fri, 23 Oct 2015 14:44:27 -0400 Subject: [PATCH] no note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e6a6ce..eb8796a9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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 (see note above). +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. ## Usage Including xlnt in your project