Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Fri Aug 20, 2010 8:50 am

Hello,

I'm using a registered version of Spire.XLS. Working pretty cool.

One problem:
Trying to use merge, e.g. xlSheet.Range("A1:A2").merge, does not merge the cells to one cell in my office 2010.

I also tried running demo example "20_Excel2007", where the command is used. No merged cells shown.

Any clues?

Thanks
Attachments
notMErging.jpg
notMErging.jpg (199.17 KiB) Viewed 3602 times

InfoCon
 
Posts: 9
Joined: Fri Aug 20, 2010 8:34 am

Sat Aug 21, 2010 1:33 am

Hello,

Thanks for your inquiry.
Please give me some time for research. I will inform you of the results here in this post.
User avatar

Flash
 
Posts: 56
Joined: Thu Jun 29, 2006 2:34 pm

Mon Aug 23, 2010 2:16 pm

Hello,

Please try to using following source to merage cell.
Code: Select all
xlSheet.Range("A1:A2").Merge(true)

We will fix the problem with no parameter in next release.
User avatar

Flash
 
Posts: 56
Joined: Thu Jun 29, 2006 2:34 pm

Return to Spire.XLS