Random Junk Being Read From Spreadsheet

Hello,

Apose Cells seems to randomly to read a junk string instead of my real cell value, much like in a non licensed version, but only less frequently. I would say once every 100 reads or so Aspose will return a string like "ZQ7igF02em" instead of the real value. I'm pretty sure my license is installed correctly because I do not get the watermark worksheet.

Any ideas?

Thanks,

Jason

Hi Jason,

Please make sure that you always have called SetLicense method before creating an Excel instance.

If your application is a web application, please call SetLicense method at Application_Start event.

If your application is a winform application, please call SetLicense method at form constructor method.

If your application is a console application, please call SetLicense method at the first several lines of Main function.