Closed taviso closed 2 years ago
To reproduce, create a csv like this:
$ sed -e 's/^/"/g' -e 's/$/", /g' /usr/share/dict/words | tr -d '\n' | fold -s -w 500 > import.csv
Now import with /File Import Numbers. It does work, but should be instantaneous. Probably the read buffer is too small.
/File Import Numbers
(From discussion in #79)
To reproduce, create a csv like this:
Now import with
/File Import Numbers
. It does work, but should be instantaneous. Probably the read buffer is too small.(From discussion in #79)