搜索

Help

第138页,共149页。 显示 1,485 条结果 (0.265 秒)

  1. 电子表格屏蔽导出按钮中的选项.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
  2. 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
  3. 导出excle时将所有公式替换为值.xml

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

    main(spreadsheetReport) { var type = spreadsheetReport.outputType; //导出类型 if (type == "EXCEL2007" || type == "LIST_EXCEL
  5. 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
  6. migrate_电子表格参数后添加按钮.xml

    "; exportBtn.style.height = "20px"; exportBtn.style.marginLeft = "3px"; exportBtn.style.background = "url(img/querygrid/edit_excel … () { spreadsheetReport.doExportMenuCloseUp("EXCEL2007"); //spreadsheetReport.doExportMenuCloseUp("LIST_EXCEL"); //如果是清单报表,请使用这个设置
  7. migrate_电子表格参数后添加按钮.xml

    "; exportBtn.style.height = "20px"; exportBtn.style.marginLeft = "3px"; exportBtn.style.background = "url(img/querygrid/edit_excel … () { spreadsheetReport.doExportMenuCloseUp("EXCEL2007"); //spreadsheetReport.doExportMenuCloseUp("LIST_EXCEL"); //如果是清单报表,请使用这个设置
  8. 电子表格工具栏上添加按钮.xml

    有如下方法 //this.doExportMenuCloseUp("CSV");//导出CSV,只支持清单报表 //this.doExportMenuCloseUp("LIST_EXCEL");//导出Excel //分组报表导出 … ("EXCEL2007");//导出Excel }]]></script><metaInfo/></module></modules><guides/></macro><charts resId="I8a8a946d01727d1d7d1d7a5501727e8058fd16fa"/></SPREADSHEET_REPORT
  9. 电子表格工具栏上添加按钮.xml

    有如下方法 //this.doExportMenuCloseUp("CSV");//导出CSV,只支持清单报表 //this.doExportMenuCloseUp("LIST_EXCEL");//导出Excel //分组报表导出 … ("EXCEL2007");//导出Excel }]]></script><metaInfo/></module></modules><guides/></macro><charts resId="I8a8a946d01727d1d7d1d7a5501727e8058fd16fa"/></SPREADSHEET_REPORT
  10. 导出excle时将所有公式替换为值 (2).xml

    if (type == "EXCEL2007" || type == "LIST_EXCEL") { spreadsheetReport.cacheable = false; var workbook = spreadsheetReport.workbook; //获取电子表格工作簿