From 9407fe8aeb04da806be413607959f38fb214f58a Mon Sep 17 00:00:00 2001 From: protobi Date: Tue, 8 Mar 2016 13:05:12 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c69e2f..4952626 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # xlsx-style -Parser and writer for various spreadsheet formats. Pure-JS cleanroom -implementation from official specifications and related documents. +Parser and writer for various spreadsheet formats. Pure-JS cleanroom implementation from official specifications and related documents. + --- **NOTE:** [This project](https://github.com/SheetJS/js-xlsx/tree/beta) is a fork of the original (and awesome) [SheetJS/xlsx](https://github.com/SheetJS/js-xlsx) project. It is extended to enable cell formats to be read from and written to .xlsx workbooks.