We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67b941a + 857cd3b commit b1e74c4Copy full SHA for b1e74c4
1 file changed
src/registry.jl
@@ -31,7 +31,7 @@ add_format(format"RDataSingle", detect_rdata_single, [".rds"], [:RData, LOAD])
31
add_format(format"CSV", (), [".csv"], [:CSVFiles])
32
add_format(format"TSV", (), [".tsv"], [:CSVFiles])
33
add_format(format"Feather", "FEA1", [".feather"], [:FeatherFiles])
34
-add_format(format"Excel", (), [".xls", ".xlsx"], [:ExcelFiles, LOAD])
+add_format(format"Excel", (), [".xls", ".xlsx"], [:ExcelFiles])
35
add_format(format"Stata", (), [".dta"], [:StatFiles, LOAD])
36
add_format(format"SPSS", "\$FL2", [".sav"], [:StatFiles, LOAD])
37
add_format(format"SAS", UInt8[0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0 commit comments