Spread.Sheets Documentation
Using Spread.Sheets and Spread.Views

You can use Spread.Sheets and Spread.Views in the same page.

Add references to Spread.Sheets first. Then add references to Spread.Views.

When you reference both controls in the same project, exclude the Spread.Views gc.spread.common.10.x.x.min.js reference.

For example:

<script src="./Spread.Sheets.Production.10.x.x/scripts/gc.spread.sheets.all.10.x.x.min.js"></script>
<link rel="stylesheet" href="./Spread.Sheets.Production.10.x.x/css/gc.spread.sheets.excel2013white.10.x.x.css">
<link rel="stylesheet" href="./Spread.Views.Production.10.x.x/gc.spread.views.dataview.10.x.x.css">
<script src="./Spread.Views.Production.10.x.x/gc.spread.views.dataview.10.x.x.min.js"></script>
<script src="./Spread.Views.Production.10.x.x/plugins/gc.spread.views.gridlayout.10.x.x.min.js"></script>

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.