bd349217cbdce07e671226fc67520a8533afa719
[pspp] / src / ui / gui / psppire-import-spreadsheet.h
1 #ifndef PSPPIRE_IMPORT_SPREADSHEET_H
2 #define PSPPIRE_IMPORT_SPREADSHEET_H
3
4 /* Initializes IA's sheet_spec substructure. */
5 void sheet_spec_page_create (PsppireImportAssistant *ia);
6
7 /* Set the data model for both the data sheet and the variable sheet.  */
8 void spreadsheet_set_data_models (PsppireImportAssistant *ia);
9
10 #endif