forked from sheetjs/sheetjs
Update README.md
This commit is contained in:
parent
050b74edbf
commit
2ec18e96ba
@ -3,7 +3,7 @@
|
|||||||
Parser and writer for various spreadsheet formats. Pure-JS cleanroom
|
Parser and writer for various spreadsheet formats. Pure-JS cleanroom
|
||||||
implementation from official specifications and related documents.
|
implementation from official specifications and related documents.
|
||||||
|
|
||||||
# About this fork
|
## About this fork
|
||||||
[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.
|
[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.
|
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.
|
The intent is to provide a temporary means of using these features in practice, and ultimately to merge this into the primary project.
|
||||||
@ -13,7 +13,7 @@ For those contributing to this fork:
|
|||||||
* `master` is the main branch, which follows the original repo to enable a future pull request.
|
* `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.
|
* `beta` branch is published to npm and bower to make this fork available for use.
|
||||||
|
|
||||||
# Supported formats
|
## Supported formats
|
||||||
|
|
||||||
Supported read formats:
|
Supported read formats:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user