Home
last modified time | relevance | path

Searched refs:SPREADSHEET_IMPORT (Results 1 – 5 of 5) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_data_io.c172 } else if (SPREADSHEET_IMPORT(file_type)) { in gretl_read_foreign_data()
H A Ddataio.h58 #define SPREADSHEET_IMPORT(f) (f == GRETL_XLS || \ macro
H A Dinteract.c2147 } else if (SPREADSHEET_IMPORT(op.ftype)) { in lib_open_append()
/dports/math/gretl/gretl-2021d/gui/
H A Dgui_utils.c1220 if (SPREADSHEET_IMPORT(ftype)) { in get_imported_data()
1422 } else if (SPREADSHEET_IMPORT(ftype) || OTHER_IMPORT(ftype)) { in do_open_data()
H A Dlibrary.c10000 if (op->ftype == GRETL_CSV || SPREADSHEET_IMPORT(op->ftype) || in handle_data_open_callback()