From 0fd11047bb3d375559f0a8cd124e86a211ef87aa Mon Sep 17 00:00:00 2001 From: SheetJS Date: Fri, 21 Apr 2017 20:52:45 -0400 Subject: [PATCH] remove gitbook link [ci skip] --- README.md | 9 ++++----- docbits/00_intro.md | 2 -- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d6f0398..44ee539 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ enhancements and additional features by request. [**Commercial Support**](http://sheetjs.com/support) -[**Rendered Documentation**](https://sheetjs.gitbooks.io/docs/) - [**In-Browser Demos**](http://sheetjs.com/demos) [**Source Code**](http://git.io/xlsx) @@ -939,9 +937,10 @@ The exported `read` and `readFile` functions accept an options argument: | :---------- | ------: | :--------------------------------------------------- | | type | | Input data encoding (see Input Type below) | | cellFormula | true | Save formulae to the .f field | -| cellHTML | true | Parse rich text and save HTML to the .h field | -| cellNF | false | Save number format string to the .z field | -| cellStyles | false | Save style/theme info to the .s field | +| cellHTML | true | Parse rich text and save HTML to the `.h` field | +| cellNF | false | Save number format string to the `.z` field | +| cellStyles | false | Save style/theme info to the `.s` field | +| cellText | true | Generated formatted text to the `.w` field | | cellDates | false | Store dates as type `d` (default is `n`) | | sheetStubs | false | Create cell objects of type `z` for stub cells | | sheetRows | 0 | If >0, read the first `sheetRows` rows ** | diff --git a/docbits/00_intro.md b/docbits/00_intro.md index 511a855..eab25b2 100644 --- a/docbits/00_intro.md +++ b/docbits/00_intro.md @@ -12,8 +12,6 @@ enhancements and additional features by request. [**Commercial Support**](http://sheetjs.com/support) -[**Rendered Documentation**](https://sheetjs.gitbooks.io/docs/) - [**In-Browser Demos**](http://sheetjs.com/demos) [**Source Code**](http://git.io/xlsx)