Skip to content

Commit 4bd807a

Browse files
committed
updated a few areas
1 parent 45a4dfe commit 4bd807a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,12 @@ SheetJS with Style! Create Excel spreadsheets with basic styling options using J
1414
[![Known Vulnerabilities](https://snyk.io/test/npm/xlsx-js-style/badge.svg)](https://snyk.io/test/npm/xlsx-js-style) [![npm downloads](https://img.shields.io/npm/dm/xlsx-js-style.svg)](https://www.npmjs.com/package/xlsx-js-style)
1515
[![typescripts definitions](https://img.shields.io/npm/types/xlsx-js-style)](https://img.shields.io/npm/types/xlsx-js-style)
1616

17-
This project is a fork of [SheetJS/sheetjs](https://github.com/sheetjs/sheetjs) combined with code from
18-
[sheetjs-style](https://www.npmjs.com/package/sheetjs-style) (by [ShanaMaid](https://github.com/ShanaMaid/))
19-
and [sheetjs-style-v2](https://www.npmjs.com/package/sheetjs-style-v2) (by [Raul Gonzalez](https://www.npmjs.com/~armandourbina)).
20-
21-
All projects are under the Apache 2.0 License
22-
2317
## 🔌 Installation
2418

2519
Install [npm](https://www.npmjs.org/package/xlsx-js-style):
2620

2721
```sh
28-
npm install xlsx-js-style --save
22+
npm install xlsx-js-style
2923
```
3024

3125
Install browser:
@@ -36,7 +30,8 @@ Install browser:
3630

3731
## 🗒 Core API
3832

39-
Please refer to the [SheetJS](https://sheetjs.com/) documentation for core API reference.
33+
- Refer to the [SheetJS](https://sheetjs.com/) documentation for core API reference
34+
- Current version of sheetjs used: **0.18.5**
4035

4136
## 🗒 Style API
4237

@@ -133,6 +128,12 @@ Borders for merged areas are specified for each cell within the merged area. For
133128

134129
## 🙏 Thanks
135130

131+
This project is a fork of [SheetJS/sheetjs](https://github.com/sheetjs/sheetjs) combined with code from
132+
[sheetjs-style](https://www.npmjs.com/package/sheetjs-style) (by [ShanaMaid](https://github.com/ShanaMaid/))
133+
and [sheetjs-style-v2](https://www.npmjs.com/package/sheetjs-style-v2) (by [Raul Gonzalez](https://www.npmjs.com/~armandourbina)).
134+
135+
All projects are under the Apache 2.0 License
136+
136137
- [sheetjs](https://github.com/SheetJS/sheetjs)
137138
- [js-xlsx](https://github.com/protobi/js-xlsx)
138139
- [sheetjs-style](https://www.npmjs.com/package/sheetjs-style)

0 commit comments

Comments
 (0)