Excel displaying "Evaluation" sheet

Hi can you help me with removing the "Evaluation" message from the export to excel process.

Hi,


Thanks for your query.

Well, if you do not specify or set a valid license in your application, by default, Aspose.Cells works in evaluation mode. The evaluation version simply becomes licensed when you purchase a license (even you may use 30 days temporary license, you may apply for it here) and set it in your code to apply the license before using any other APIs of Aspose.Cells. Evaluation version of Aspose.Cells product (without a valid license specified in code) is limited to open only 100 files in one program/ application and an extra worksheet with evaluation watermark is always embedded to your output files. The error denotes that you are not using the valid license or setting it in the code.

Please see the document for your complete reference:

Thank you.