[import] restored the shrinking of the spreadsheet after the import in…

Authored by asemke on Aug 13 2019, 8:41 PM.

Description

[import] restored the shrinking of the spreadsheet after the import in AsciiFilter since we might have skipped empty lines. This should fix the failing ascii text testEmptyLines01() that was broken by the previous commit. Restoring this logic only in AsciiFilter since we don't skip any lines in other filters.

Details