https://github.com/coderhs/column_to_array
Column to Array
https://github.com/coderhs/column_to_array
Last synced: 4 months ago
JSON representation
Column to Array
- Host: GitHub
- URL: https://github.com/coderhs/column_to_array
- Owner: coderhs
- Created: 2023-05-16T09:19:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T03:57:03.000Z (over 2 years ago)
- Last Synced: 2025-06-07T06:06:15.257Z (7 months ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Column to Array
Convert column copied from a spreadsheet (MS Excel/LibreOffice Calc) into an array so that it can be used in a program.
## Code
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.
## Production URL
https://hsps.in/column_to_array/