summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/Readers
AgeCommit message (Expand)Author
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-08-31Spreadsheet: Implement begin() and end()Karol Kosek
2021-08-31Spreadsheet: Add RowIterator::index()Karol Kosek
2021-07-06Tests: Generate data in memory for TestXSV benchmark caseAndrew Kaster
2021-06-17Spreadsheet: Make the XSV parser start with a preview parseAli Mohammad Pur
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21Everywhere: Remove redundant inline keyword with constexprLenny Maiorani
2021-03-28Spreadsheet: Ignore extra empty lines after the rowsAnotherTest
2021-03-28Spreadsheet: Make the CSV reader more lenientAnotherTest
2021-03-28Spreadsheet: Show the error (if any) in csv import dialog's previewAnotherTest
2021-03-22Spreadsheet/XSV: Add at() accessorsAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling