Problem in applying license of Aspose.Cells

Hi,


we are facing Aspose.Cells integration problem with .net in our project.

Hi,

Thanks for your posting and using Aspose.Cells.

You can apply licenses of different Aspose components with similar License class found in all APIs like

e.g

  • Aspose.Cells.License
  • Aspose.Words.License
  • Aspose.Slides.License

etc

Here is the code to apply Aspose.Cells license using the Aspose.Cells.License class

C#
string licPath = @“F:\AsposeLicenses\Aspose.Total.lic”;

Aspose.Cells.License lic = new Aspose.Cells.License();
lic.SetLicense(licPath);

Hi Shakeel Faiz,


Thanks for reply,

I have add the same code already. But the problem is that I don’t get any “.lic” or “.xml” file. I got an “.pdf” file having an xml type of code.

and if I give the path of that Pdf file, code is generating error.

so how to apply that pdf file, please elaborate.

Hi,


Well, you need to purchase license (.lic) file to work with Aspose.Cells component in full capacity. At the time of purchase we provide a license file via email that will allow the component to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

Thank you.


Hi Amjad,

we have purchase the same, so we get an (.pdf) file* at Email at(rajsaini@gmail.com).


* which i just sent to Shakeel Faiz(mshakeel.faiz)

Hi,

Thanks for your posting and using Aspose.Cells.

I have created a post in Aspose.Purchase forum on your behalf.

Please check this thread. Aspose.Purchase team will look into your issue and help you asap.

( https://forum.aspose.com/t/139876 )