Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
6188a880
Commit
6188a880
authored
Feb 17, 1999
by
Arturo Espinosa
Browse files
Set the lowest priority to csv
parent
c56bc75c
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/ff-csv/csv-io.c
View file @
6188a880
...
...
@@ -205,7 +205,7 @@ csv_init (void)
{
char
*
desc
=
_
(
"CSV (comma separated values)"
);
file_format_register_open
(
101
,
desc
,
csv_probe
,
csv_read_workbook
);
file_format_register_open
(
0
,
desc
,
csv_probe
,
csv_read_workbook
);
/* file_format_register_save (".csv", desc, gnumericWriteCSVWorkbook);*/
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment