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.

Mon Jul 21, 2014 4:44 pm

hi, is possible merce cell by value rows ??
thank

ict@sogedin.it
 
Posts: 63
Joined: Mon Jul 15, 2013 2:06 pm

Tue Jul 22, 2014 2:42 am

Hello,

Please try the below method to merge cells.
Code: Select all
Workbook book = new Workbook();
book.LoadFromFile("Test.xlsx");
Worksheet worksheet = book.Worksheets[0];
worksheet.Range["B2:C2"].Merge();
book.SaveToFile("result.xlsx", ExcelVersion.Version2010);

If there are any quetions, welcome to get it back to us.
Thanks,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Thu Jul 24, 2014 9:46 am

Hello,

How is the issue now? Could you please give us some feedback if convenience?

If there are any questions, welcome to get it back to us.

Thanks,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Fri Jul 25, 2014 10:05 am

ok, thanks

ict@sogedin.it
 
Posts: 63
Joined: Mon Jul 15, 2013 2:06 pm

Mon Jul 28, 2014 2:08 am

Hello,

Thanks for your response.
If there are any questions, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Return to Spire.XLS