marcelklehr / socialcalc

Web-based spreadsheet editor with support for real-time collaboration
Other
16 stars 23 forks source link

issue: Add CONCAT Formula - audreyt/ethercalc #431 #10

Closed eddyparkinson closed 7 years ago

eddyparkinson commented 7 years ago

tested - =concat(D4,E4,F4) =concatenate(D5:F5) =concat("1","D",E5) =concat(151,"D",E5) all worked

Signed-off-by: Eddy Parkinson