The contents of the dropdown are missing after making a copy.
Code used to copy:
public void openWorkBookCopy(String sourceFile) throws IOException { Workbook sourceWorkbook = new Workbook(); workbookCopy = new Workbook(); sourceWorkbook.open(sourceFile); workbookCopy.copy(sourceWorkbook); }
The Aspose.Cells.jar we are using was downloaded from you around 2008/10/29. We have been using this version for quite some time, but we didn't notice the problem until recently.
Please post your template file here and email us your license file by following the steps mentioned in the following link, [How to Send License File to Support Team]. We will check it soon.
P.S. Please don’t post your license file in the forum.
We have checked your template and license files and they work fine with the latest version of Aspose.Cells provided to you. Please provide us further details about your system environment (like OS, JDK version etc) and complete exception trace. This will help us figure out the issue soon.