Spread.Sheets Documentation
Using the Excel Import and Export Service

You can continue to use the Excel Import and Export service. The source code is located in the Spread.Sheets product location: "%Spread.Sheets Product Package%\samples\GrapeCity.ExcelService".

Use the following steps to continue using the service:

  1. Open GrapeCity.ExcelService.csproj in Visual Studio.
  2. Add the Excel IO Component assembly reference.

  3. Add your license key in the Register static method. For example, GrapeCity.Spread.Sheets.License.LicenseKey = "your key";.
  4. Build and run the application.
  5. Open the old Excel Import and Export examples and change the server Url to "localhost:10787".

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.