Skip to content

Commit 73a5e50

Browse files
committed
Electron README cleanup [ci skip]
use `XLSX` rather than `X` in README
1 parent be4e21c commit 73a5e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var dialog = require('electron').remote.dialog;
2424

2525
/* show a file-open dialog and read the first selected file */
2626
var o = dialog.showOpenDialog({ properties: ['openFile'] });
27-
var workbook = X.readFile(o[0]);
27+
var workbook = XLSX.readFile(o[0]);
2828

2929
/* show a file-save dialog and write the workbook */
3030
var o = dialog.showSaveDialog();

0 commit comments

Comments
 (0)