Breaks ref in style object

This commit is contained in:
godu 2015-08-13 16:46:31 +02:00
parent 905c51206b
commit 599f285dfd
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ function get_cell_style_csf(cellXf) {
}
return s;
return JSON.parse(JSON.stringify(s));
}
return null;
}

View File

@ -7497,7 +7497,7 @@ function get_cell_style_csf(cellXf) {
}
return s;
return JSON.parse(JSON.stringify(s));
}
return null;
}