taviso / 123elf

A native port of Lotus 1-2-3 to Linux.
1.16k stars 59 forks source link

/File Import can be slow #93

Closed taviso closed 2 years ago

taviso commented 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.

(From discussion in #79)