1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:18:11 +00:00
serenity/Userland/Applications/Spreadsheet/Readers
AnotherTest ccf84a4709 Spreadsheet: Ignore extra empty lines after the rows
We now ignore the last CRLF in e.g.
```csv
aaa,bbb,ccc CRLF
zzz,yyy,xxx CRLF
```
2021-03-28 11:46:47 +02:00
..
Test Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CSV.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
XSV.cpp Spreadsheet: Ignore extra empty lines after the rows 2021-03-28 11:46:47 +02:00
XSV.h Spreadsheet: Make the CSV reader more lenient 2021-03-28 11:46:47 +02:00