Installing licensed version

We installed the evaluation version, then the licensed version, but we still get Excel spread sheet with evaluation warning message. What to do? I still have not received any install instructions in spite of reminding you that your online link is not working.

When you buy the licensed version, you will get a license file. Please add a few line of code at the start of your program:

//Instantiate the License class
Aspose.Cells.License license = new Aspose.Cells.License();


//Pass only the name of the license file embedded in the assembly
license.SetLicense("c:\\lic\\Aspose.Cells.lic");

For more information, please check Licensing.