From 166d0e33bf85d6b41523741ec564dd61f681996f Mon Sep 17 00:00:00 2001
From: protobi <pieter@protobi.com>
Date: Tue, 8 Mar 2016 13:04:54 -0500
Subject: [PATCH 1/3] Update README.md

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 6a72a6b..4c69e2f 100644
--- a/README.md
+++ b/README.md
@@ -504,6 +504,10 @@ The exported `write` and `writeFile` functions accept an options argument:
 | bookType    | 'xlsx'  | Type of Workbook ("xlsx" or "xlsm" or "xlsb") |
 | showGridLines | true | Show gridlines on all pages  |
 | tabSelected | '1' | Initial tab selected |
+| Props       | null | Workbook properties |
+
+
+
 
 - `bookSST` is slower and more memory intensive, but has better compatibility
   with older versions of iOS Numbers
@@ -514,6 +518,9 @@ The exported `write` and `writeFile` functions accept an options argument:
   third-party readers.  Excel itself does not usually write cells with type `d`
   so non-Excel tools may ignore the data or blow up in the presence of dates.
 - showGridLines and tabSelected are currently used when generating an XLSX file but not yet parse.
+- Props specifies workbook properties
+   
+
 
 
 ## Cell Styles

From 9407fe8aeb04da806be413607959f38fb214f58a Mon Sep 17 00:00:00 2001
From: protobi <pieter@protobi.com>
Date: Tue, 8 Mar 2016 13:05:12 -0500
Subject: [PATCH 2/3] 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.

From aceebf4690af63c4b75b2b6ad6bf342c59b202b6 Mon Sep 17 00:00:00 2001
From: protobi <pieter@protobi.com>
Date: Tue, 8 Mar 2016 13:06:00 -0500
Subject: [PATCH 3/3] Update README.md

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4952626..66db2a5 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 Parser and writer for various spreadsheet formats.  Pure-JS cleanroom implementation from official specifications and related documents.
 
----
+# About this fork
 **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.
 The intent is to provide a temporary means of using these features in practice, and ultimately to merge this into the primary project.
@@ -11,7 +11,8 @@ Report any issues to https://github.com/protobi/js-xlsx/issues.
 For those contributing to this fork:
 * `master` is the main branch, which follows the original repo to enable a future pull request.
 * `beta` branch is published to npm and bower to make this fork available for use.
----
+
+# Supported formats
 
 Supported read formats: