GetDataJson 数据转换成JSON串

方法:

GetDataJson() 

功能描述:

将单元格数据转换成JSON格式串。

样例:


    var str = zcell1.GetSheet(0).GetDataJson();
    alert(str);