Convert column copied from a spreadsheet (MS Excel/LibreOffice Calc) into an array so that it can be used in a program.
The code is written using ruby wasm. Ruby code running on the browser takes the data form left textarea and convert it into array, and paste it into the second textarea.