Skip to content

Commit

Permalink
Merge pull request exceljs#1496 from ArtskydJ/clarify-encoding-docs
Browse files Browse the repository at this point in the history
Clarify `encoding` option is just for `.writeFile`
  • Loading branch information
alubbe authored Oct 9, 2020
2 parents a487181 + 89b6119 commit 3e3ae6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,7 @@ Options supported when writing to a CSV file.
| ---------------- | ----------- | ----------- | ----------- |
| dateFormat | N | String | Specify the date encoding format of dayjs. |
| dateUTC | N | Boolean | Specify whether ExcelJS uses `dayjs.utc ()` to convert time zone for parsing dates. |
| encoding | N | String | Specify file encoding format. |
| encoding | N | String | Specify file encoding format. (Only applies to `.writeFile`.) |
| includeEmptyRows | N | Boolean | Specifies whether empty rows can be written. |
| map | N | Function | Custom Array.prototype.map() callback function for processing row values. |
| sheetName | N | String | Specify worksheet name. |
Expand Down

0 comments on commit 3e3ae6f

Please sign in to comment.