@@ -490,7 +490,7 @@ function getCellTextInfo(cell , ctx, option){
underLine = checkstatusByCell(cell ,"un");//underLine
fontSize = checkstatusByCell(cell ,"fs");
- if(cell instanceof Object){
+ if(typeof cell == 'object'){
value = cell.m;
if(value == null){
value = cell.v;