forked from sheetjs/sheetjs
Breaks ref in style object
This commit is contained in:
parent
905c51206b
commit
599f285dfd
@ -56,7 +56,7 @@ function get_cell_style_csf(cellXf) {
|
||||
}
|
||||
|
||||
|
||||
return s;
|
||||
return JSON.parse(JSON.stringify(s));
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
2
xlsx.js
2
xlsx.js
@ -7497,7 +7497,7 @@ function get_cell_style_csf(cellXf) {
|
||||
}
|
||||
|
||||
|
||||
return s;
|
||||
return JSON.parse(JSON.stringify(s));
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user