Spread.Services supports the following types of license:
Spread.Services trial license is available for one month for users to evaluate the product and see how it can help them with their comprehensive project requirements.
The evaluation version has an expired date that is determined when an evaluation key is generated. After users apply the evaluation license key, they can use the product before they reach the license expiry date. However, when saving an excel file using the evaluation version, a watermark sheet will always be added specifying that this is an evaluation version and will provide sales and contact information in order to enable customers to purchase the license.
After the expired date, the following limitations will be triggered:
Cannot create new instance
When your evaluation license expires, an exception specifying that the evaluation license is expired will be thrown on creating a new instance of the workbook.
Open and Save Excel Files
API | Remark |
---|---|
IRange | Throws an exception, same as create an instance of Workbook. |
IWorkbook.Worksheets.Add() | Returns null. |
When saving a file, an Excel file with a watermark sheet will be saved. The content of watermark will tell users that no license is found and will provide our sales and contact information.
No-License has a few limitations, that are highlighted below.
Maximum time of opening and saving excel filesEvery time a user runs an application, he/she can open or save up-to 100 excel files using Spread.Services.
Note that this limitation is triggered every time when users run the program, so that they can continue to open or save another 100 times after they restart their application.
Maximum Operating TimeWhile executing an application program, the duration of operating Spread.Services will last up-to 10 hours.
Once you complete the 10 hours of operation, you may notice the following:
API | Remark |
---|---|
IRange | Throws an exception, same as create an instance of Workbook. |
IWorkbook.Worksheets.Add() | Returns null. |
Note that this limitation will be reset every time when users run the program, so that they can continue to use these APIs after they restart their program.
Watermark SheetWhen you save a file, a new worksheet with watermark will be added. This sheet will be the active sheet of your workbook. The content of the watermark will tell users that no license is found and will provide our sales and contact information so that you can directly connect to our support team.