summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/ExportDialog.cpp
AgeCommit message (Expand)Author
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-04Spreadsheet: Declare the extern GML variable as an array, not a pointerDawid Wolosowicz
2021-03-28Spreadsheet: Show the error (if any) in csv import dialog's previewAnotherTest
2021-03-22Spreadsheet: Add an export wizard, and support for custom CSV exportsAnotherTest