Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Collapse All Expand All

 

You can use 你可以在同一个页面中使用 Spread.Sheets and Spread.Views in the same page.
Add references to Views。

首先你需要添加对 Spread.Sheets first. Then add references to 的引用,然后添加对 Spread.Views.
When you reference both controls in the same project, exclude the Views的引用。

但是注意,你需要在你的JavaScript 引用中删除对以下 1 个文件的引用:

Spread.Views gc.spread.common.10.1.0.min.js reference.


For example:比如:
<script src="./Spread.Sheets.Production.10.1.0/scripts/gc.spread.sheets.all.10.1.0.min.js"></script>< link rel="stylesheet" href="./Spread.Sheets.Production.10.1.0/css/gc.spread.sheets.excel2013white.10.1.0.css">< link rel="stylesheet" href="./Spread.Views.Production.10.1.0/gc.spread.views.dataview.10.1.0.css">< script src="./Spread.Views.Production.10.1.0/gc.spread.views.dataview.10.1.0.min.js"></script>< script src="./Spread.Views.Production.10.1.0/plugins/gc.spread.views.gridlayout.10.1.0.min.js"></script>