mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:37:35 +00:00
Spreadsheet: Add an export wizard, and support for custom CSV exports
Fixes #4269.
This commit is contained in:
parent
bba3a7a2cb
commit
9b68f91c0b
6 changed files with 614 additions and 28 deletions
|
@ -1,6 +1,7 @@
|
|||
compile_gml(CondFormatting.gml CondFormattingGML.h cond_fmt_gml)
|
||||
compile_gml(CondView.gml CondFormattingViewGML.h cond_fmt_view_gml)
|
||||
compile_gml(csv_import.gml CSVImportGML.h csv_import_gml)
|
||||
compile_gml(csv_export.gml CSVExportGML.h csv_export_gml)
|
||||
compile_gml(select_format_page.gml FormatSelectionPageGML.h select_format_page_gml)
|
||||
|
||||
set(SOURCES
|
||||
|
@ -15,6 +16,7 @@ set(SOURCES
|
|||
CellTypeDialog.cpp
|
||||
CondFormattingGML.h
|
||||
CondFormattingViewGML.h
|
||||
ExportDialog.cpp
|
||||
HelpWindow.cpp
|
||||
ImportDialog.cpp
|
||||
JSIntegration.cpp
|
||||
|
@ -28,6 +30,7 @@ set(SOURCES
|
|||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
CSVExportGML.h
|
||||
CSVImportGML.h
|
||||
FormatSelectionPageGML.h
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue