Since I cannot test the CONCAT function in my Excel version (2016), could you give me a description what fpspreadsheet is supposed to do here?
Your sample file contains the formula CONCAT(A1:C1). I assume that you want to concatenate the three strings in cells A1, B1 and C1, this is rather clear. And I assume also, that the same syntax can be applied along the column, e.g. CONCAT(A1:A3). But what if none of the range dimensions is 1, ie. CONCAT(A1:C3)? What is the order in which the cells are picked? Rows first, or columns first? Or is this case forbidden?
And I guess, the behaviour of the old CONCATENATE should be retained?