Skip to content

Commit

Permalink
Explanation for null
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams committed Dec 18, 2023
1 parent 80ab152 commit 4c57a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ function cotAnswer(completion, separator) {

function toEntityProperty(value) {
if (value === null) {
// There is no concept of null in Excel's data model
return '';
} else if (typeof value !== 'object') {
return value;
Expand Down

0 comments on commit 4c57a00

Please sign in to comment.