Skip to content

Commit

Permalink
Merge pull request #396 from Imperat/issue-395
Browse files Browse the repository at this point in the history
Add some comments in readme according csv importing
  • Loading branch information
guyonroche authored Oct 7, 2017
2 parents 5009e6f + ac1983b commit 8cf7183
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,9 @@ workbook.csv.writeFile(filename)
});

// write to a stream
workbook.csv.write(stream)
// Be careful that you need to provide sheetName or
// sheetId for correct import to scv.
workbook.csv.write(stream, { sheetName: 'Page name' })
.then(function() {
// done
});
Expand Down

0 comments on commit 8cf7183

Please sign in to comment.