The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
CONCATENATE(text1,text2,....) function returns the value enclused by douoble qoutes on the left and right side of the value.
example:-
CONCATENATE("A","B") returns value "AB" in the cell. I want the value in cell like AB only.Can pls advice me.
MALLIK
ADAdministrator Syncfusion Team April 4, 2005 07:48 AM UTC
You can swap out our Concatenate function with one of your own that strips off the quotes using engine,RemoveFunction and engine.AddFunction. Here is a sample.
http://www.syncfusion.com/Support/user/uploads/swap_Concatenate_32967fe.zip