Kevin Herrera
Results
2
issues of
Kevin Herrera
**Describe the bug** Any column in a spreadsheet cannot be resized. **To Reproduce** Steps to reproduce the behavior: 1. Create a spreadsheet. 2. Populate it with data that will overflow...
bug
## Example Script ```sh #!/usr/bin/env bash while read LINE; do echo “$LINE” done <