VS 2010 C# - how to set list box value

Hello,

I'm trying to transfer data from one excel file to another. All the data seems to transfer except the list box data. The excel file I'm transferring into has the list box values already setup. Do I need to use the ListBox class somehow to set the list box values in the excel file. Thanks.

Kevin


This message was posted using Aspose.Live 2 Forum

Hi,

How do you transfer data from one worksheet to other or one workbook to other? Do you use Worksheet.Copy() or Worksheets.AddCopy() method for your task. Kindly paste your sample code and attach your template file here to show the issue. We will check it soon.

Thank you.