From b30bfabe49e14a24a507336adfed4b04c6513a11 Mon Sep 17 00:00:00 2001 From: tfussell Date: Mon, 19 May 2014 21:54:34 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79c77c20..eacead22 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ xlnt ==== ## Introduction -xlnt is a c++ library that reads and write XLSX files. The API is roughly based on openpyxl, a python XLSX library. It is still very much a work in progress, but I expect the basic functionality to be working in the near future. +xlnt is a c++ library for reading, writing, and modifying xlsx files. The API is roughly based on openpyxl, a python library for reading and writing xlsx/xlsm files. It is still very much a work in progress, but the core development work is complete. ## Usage Including xlnt in your project