Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Wed Sep 25, 2024 8:29 am

Hi , I am creating excel using SPire.XLS , but i am getting an extra sheet at the end with the name evaluation warning, how can i remove it ?

aakriti091
 
Posts: 5
Joined: Wed Sep 25, 2024 8:25 am

Wed Sep 25, 2024 9:11 am

Hello,

Thanks for your inquiry.
Based on your email address, sorry we did not find any purchase record . If you didn't have a valid license, when testing our commercial version, the output will add the evaluation information sheet, we can provide you with a one month temporary license for testing. Please let us know which programming language you are using (. NET or Java or other), so that we can provide you with the temporary license of the corresponding product.

Sincerely,
Amin
E-iceblue support team
User avatar

Amin.Gan
 
Posts: 285
Joined: Mon Jul 15, 2024 5:40 am

Wed Sep 25, 2024 12:41 pm

can you check with this info, we have this license

<Username>SOLVENTUM GERMANY GMBH</Username>
<Email>[email protected]</Email>
<Organization>SOLVENTUM GERMANY GMBH</Organization>
<LicensedDate>2024-08-31T12:00:00Z</LicensedDate>
<ExpiredDate>2025-08-31T12:00:00Z</ExpiredDate>
<Products>
<Product>
<Name>Spire.Office for .NET</Name>
<Version>9.6</Version>
<Subscription>
<Name>Developer OEM Subscription</Name>
<NumberOfPermittedDeveloper>1</NumberOfPermittedDeveloper>
<NumberOfPermittedSite>2147483647</NumberOfPermittedSite>
</Subscription>
</Product>
</Products>

aakriti091
 
Posts: 5
Joined: Wed Sep 25, 2024 8:25 am

Thu Sep 26, 2024 1:55 am

Hello,

Thank you for your feedback.
How did you apply your license? We recommend using the key method (Spire.Xls.License.LicenseProvider.SetLicenseKey("put the whole key value of your xml license file")). You can refer to the following article(https://www.e-iceblue.com/Tutorials/Licensing/Licensing.html). If there is still any issue, please feel free to provide feedback to us at any time.

Sincerely,
Amin
E-iceblue support team
User avatar

Amin.Gan
 
Posts: 285
Joined: Mon Jul 15, 2024 5:40 am

Thu Sep 26, 2024 8:17 am

We are using spire.officefor.netstandard\9.6.0 , the license we are using will these work for spire.xls and spire.pdf both ?
we are applying the license like this

Code: Select all
 SpireNetStandard.Spire.Pdf.License.LicenseProvider.SetLicenseKey("");
 SpireNetStandard.Spire.Pdf.License.LicenseProvider.LoadLicense();
 SpireNetStandard.Spire.Xls.License.LicenseProvider.SetLicenseKey("");
 SpireNetStandard.Spire.Xls.License.LicenseProvider.LoadLicense();

aakriti091
 
Posts: 5
Joined: Wed Sep 25, 2024 8:25 am

Thu Sep 26, 2024 8:54 am

Hello,

Thank you for your feedback. The office license you purchased is valid for Spire.Doc, Spire.XLS, and Spire.PDF. How about the test result if you use the code below to apply the license?
Code: Select all
Spire.Pdf.License.LicenseProvider.SetLicenseKey("your key");
Spire.Pdf.License.LicenseProvider.LoadLicense();
Spire.Xls.License.LicenseProvider.SetLicenseKey("your key");
Spire.Xls.License.LicenseProvider.LoadLicense();

And how do you define “SpireNetStandard”? Can you provide your project? You can share your project download link via email([email protected]).

Sincerely,
Amin
E-iceblue support team
User avatar

Amin.Gan
 
Posts: 285
Joined: Mon Jul 15, 2024 5:40 am

Return to Spire.XLS