We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28212d4 commit cfc44a6Copy full SHA for cfc44a6
bits/42_sstxml.js
@@ -169,7 +169,7 @@ var sirphregex = /<(?:\w+:)?rPh.*?>([\s\S]*?)<\/(?:\w+:)?rPh>/g;
169
function parse_si(x, opts) {
170
var html = opts ? opts.cellHTML : true;
171
var z = {};
172
- if(!x) return null;
+ if(!x) return { t: "" };
173
//var y;
174
/* 18.4.12 t ST_Xstring (Plaintext String) */
175
// TODO: is whitespace actually valid here?
0 commit comments