Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderhs/column_to_array
Column to Array
https://github.com/coderhs/column_to_array
Last synced: about 2 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-28T03:57:03.000Z (over 1 year ago)
- Last Synced: 2024-10-30T09:42:01.563Z (3 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/