搜索

Help

第211页,共225页。 显示 2,245 条结果 (0.797 秒)

  1. migrate (15).xml

    是否为Excel if (spreadsheetReport.outputType != "EXCEL2007") return; var cells = spreadsheetReport.workbook.worksheets.get(0).cells; var … ="spreadsheetReport" eventName="onRenderReport" moduleType="ClientSide" name="根据参数值不同导出不同Sheet客户端宏" disabled="false"><script><![CDATA[/** * 当是导出excel时,将城市的参数值设为所有
  2. SmartbiAPI接口说明文档_V1.0.pdf

    =43&pageId=11188906 5 token的结构参考如下: 1 2 3 4 5 { "timestamp":时间戳, "username":"用户名", "password":"可选,用户密码", "extend":{"扩展对象,用于一些额外业务扩展,比如增加系统标识" } } 使用
    Smartbi Insight V11帮助中心 / … / Smartbi API十月 14, 2024
  3. 电子表格屏蔽导出按钮中的选项.xml

    this.exportMenu.removeItem("WORD"); //屏蔽WORD //this.exportMenu.removeItem("EXCEL2007"); //屏蔽EXCEL } }]]></script><metaInfo/></module></modules><guides/></macro><charts … this.exportMenu.removeItem("WORD"); //屏蔽WORD //this.exportMenu.removeItem("EXCEL2007"); //屏蔽EXCEL } spreadsheetReport.old_doExport = spreadsheetReport.doExport
  4. 电子表格屏蔽导出按钮中的选项.xml

    this.exportMenu.removeItem("WORD"); //屏蔽WORD //this.exportMenu.removeItem("EXCEL2007"); //屏蔽EXCEL } }]]></script><metaInfo/></module></modules><guides/></macro><charts … this.exportMenu.removeItem("WORD"); //屏蔽WORD //this.exportMenu.removeItem("EXCEL2007"); //屏蔽EXCEL } spreadsheetReport.old_doExport = spreadsheetReport.doExport
  5. Kettle培训.ppt

    ),transformation 完成针对数据的基础转换,job 则完成整个工作流的控制。 所有功能支持控件化,使用简单 支持多样化数据源类型: 基本的文本文件 Access、Excel、XML、Property文件格式 MDX查询语言、 Cube文件、Streaming XML数据流 自动产生空记录或者行
    技术参考 / … / kettle培训PTT二月 27, 2014
  6. Kettle培训.ppt

    ),transformation 完成针对数据的基础转换,job 则完成整个工作流的控制。 所有功能支持控件化,使用简单 支持多样化数据源类型: 基本的文本文件 Access、Excel、XML、Property文件格式 MDX查询语言、 Cube文件、Streaming XML数据流 自动产生空记录或者行
    技术参考 / … / SSAS 2008 推荐实施方案二月 27, 2014
  7. migrate (69).xml

    "); this.exportMenu.insertItem("PDF", "PDF"); this.exportMenu.insertItem("WORD", "WORD"); //this.exportMenu.insertItem("EXCEL2007", "EXCEL"); } this.exportMenu.onCloseUp.subscribe(this.doExportMenuCloseUp, this); }; insight.old_doExport = function
  8. 导出excle时将所有公式替换为值.xml

    main(spreadsheetReport) { var type = spreadsheetReport.outputType; //导出类型 if (type == "EXCEL2007" || type == "LIST_EXCEL
  9. 导出excle时将所有公式替换为值.xml

    main(spreadsheetReport) { var type = spreadsheetReport.outputType; //导出类型 if (type == "EXCEL2007" || type == "LIST_EXCEL
  10. migrate (69).xml

    "); this.exportMenu.insertItem("PDF", "PDF"); this.exportMenu.insertItem("WORD", "WORD"); //this.exportMenu.insertItem("EXCEL2007", "EXCEL"); } this.exportMenu.onCloseUp.subscribe(this.doExportMenuCloseUp, this); }; insight.old_doExport = function