Remove limitations from trial

We purchased a license for Aspose.Cells and I am trying to remove the limitations

using :

//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("Aspose.Cells.lic");

It works partially because it removed the extra sheet with blue font that informs it is a trial , but it doesn't remove the size limitation because for some reason my reports appear to be truncated.

Do you know how to remove all the limitations?

Hi,

There are no other limitations, it seems you are facing some bug. Will you please post your sample C# simple project to replicate this problem. We will investigate the issue at our end.

After reviewing my code I found a bug on my side.

Thank you for your response

AnduRW3:
Hi , I am trying to download C# sample files at: http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry291698.aspx and I am getting the following error message: An unexpected error has occurred while we were trying to fetch your desired resource. We apologize for the inconvenience. An email has been sent to the webmaster with the error details.


Hi,

Will you please retry the link because I checked, it is working fine now.

Yes It is working now

Thanks