Read + write style information to .xlsx #263

Open
protobi wants to merge 104 commits from protobi/master into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 599f285dfd - Show all commits

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;
}