Unmerge doesn't work?

Hi,

I might not be using the method properly…
Please see the attached code and file

Cell B10 stays merged after execution

class Program
{
static void Main(string[] args)
{

var a = new Workbook();
a.Open(@“C:\Gics.xls”, FileFormatType.Excel2003);
var selectedRange = a.Worksheets.GetRangeByName(“Report_Title”);
selectedRange.UnMerge();
a.Save(@“C:\Gics2.xls”);
}
}

Thanks
Emmanuel

Hi Emmanuel,

Thank you for considering Aspose.

We have found your mentioned issue after an initial test regarding unmerging cells in a named range. We will look into it and get back to you soon.

Thank You & Best Regards,

Hi,

Thank you for considering Aspose.

Please try the attached latest version of Aspose.Cells. We have fixed your mentioned issue regarding Unmerging API.

Thank You & Best Regards,

Thanks for the quick solution


are you sure the dll you sent me is valid?

I get an runtime error stating that my App is not a valid Win32 application.

Thanks


Hi,

Thank you for considering Aspose.

Please try the attached latest version of Aspose.Cells and let us know if it works fine for you.

Thank You & Best Regards,

That one works

Thanks Guys!

The issues you have found earlier (filed as 11095) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.