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