summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/ImportDialog.cpp
AgeCommit message (Expand)Author
2022-01-15Spreadsheet: Use FileSystemAccessClient for the reading of filesGlenford Williams
2022-01-09Spreadsheet: Properly pass parent window to WorkbookGlenford Williams
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-17Spreadsheet: Make the XSV parser start with a preview parseAli Mohammad Pur
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
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: Save the cells under the correct nameAnotherTest
2021-03-22Spreadsheet: Add an import wizard, and add support for custom CSV filesAnotherTest