README Fix (fixes #1546)

This commit is contained in:
Amir Elemam 2019-07-29 06:14:10 -04:00
parent 9aabf36142
commit 90354392dd
3 changed files with 3 additions and 3 deletions

View File

@ -585,7 +585,7 @@ This example uses [`XLSX.utils.aoa_to_sheet`](#array-of-arrays-input) to make a
sheet and `XLSX.utils.book_append_sheet` to append the sheet to the workbook:
```js
var new_ws_name = "SheetJS";
var ws_name = "SheetJS";
/* make worksheet */
var ws_data = [

View File

@ -30,7 +30,7 @@ This example uses [`XLSX.utils.aoa_to_sheet`](#array-of-arrays-input) to make a
sheet and `XLSX.utils.book_append_sheet` to append the sheet to the workbook:
```js
var new_ws_name = "SheetJS";
var ws_name = "SheetJS";
/* make worksheet */
var ws_data = [

View File

@ -535,7 +535,7 @@ This example uses [`XLSX.utils.aoa_to_sheet`](#array-of-arrays-input) to make a
sheet and `XLSX.utils.book_append_sheet` to append the sheet to the workbook:
```js
var new_ws_name = "SheetJS";
var ws_name = "SheetJS";
/* make worksheet */
var ws_data = [