From 8f2761085be908a0dcdccfeb6dedadbee7aaf17a Mon Sep 17 00:00:00 2001 From: Guyon Date: Tue, 24 Mar 2020 19:24:29 +0000 Subject: [PATCH] doc --- README.md | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 1ffd154d6..8ba5350f4 100644 --- a/README.md +++ b/README.md @@ -22,31 +22,23 @@ npm install exceljs @@ -196,7 +188,7 @@ const ExcelJS = require('exceljs/dist/es5'); ## Browserify ExcelJS publishes two browserified bundles inside the dist/ folder: - + One with implicit dependencies on core-js polyfills... ```html @@ -1530,7 +1522,7 @@ in ascending order. Note: at present, only a subset of conditional formatting rules are supported. Specifically, only the formatting rules that do not require XML rendering inside an <extLst> element. This means that datasets and three specific -icon sets (3Triangles, 3Stars, 5Boxes) are not supported. +icon sets (3Triangles, 3Stars, 5Boxes) are not supported. ```javascript // add a checkerboard pattern to A1:E7 based on row + col being even or odd @@ -2682,3 +2674,4 @@ If any splice operation affects a merged cell, the merge group will not be moved | 3.6.1 | | | 3.7.0 | | | 3.8.0 | | +| 3.8.1 | |