forked from sheetjs/sheetjs
README Fix (fixes #1546)
This commit is contained in:
parent
9aabf36142
commit
90354392dd
@ -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:
|
sheet and `XLSX.utils.book_append_sheet` to append the sheet to the workbook:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var new_ws_name = "SheetJS";
|
var ws_name = "SheetJS";
|
||||||
|
|
||||||
/* make worksheet */
|
/* make worksheet */
|
||||||
var ws_data = [
|
var ws_data = [
|
||||||
|
@ -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:
|
sheet and `XLSX.utils.book_append_sheet` to append the sheet to the workbook:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var new_ws_name = "SheetJS";
|
var ws_name = "SheetJS";
|
||||||
|
|
||||||
/* make worksheet */
|
/* make worksheet */
|
||||||
var ws_data = [
|
var ws_data = [
|
||||||
|
@ -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:
|
sheet and `XLSX.utils.book_append_sheet` to append the sheet to the workbook:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var new_ws_name = "SheetJS";
|
var ws_name = "SheetJS";
|
||||||
|
|
||||||
/* make worksheet */
|
/* make worksheet */
|
||||||
var ws_data = [
|
var ws_data = [
|
||||||
|
Loading…
Reference in New Issue
Block a user