Hi,
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.
Perhaps a new version has this fixed?
Thank you.