Skip to content

Commit b1e74c4

Browse files
authored
Merge pull request #214 from davidanthoff/excel-write
Add support for Excel writing
2 parents 67b941a + 857cd3b commit b1e74c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ add_format(format"RDataSingle", detect_rdata_single, [".rds"], [:RData, LOAD])
3131
add_format(format"CSV", (), [".csv"], [:CSVFiles])
3232
add_format(format"TSV", (), [".tsv"], [:CSVFiles])
3333
add_format(format"Feather", "FEA1", [".feather"], [:FeatherFiles])
34-
add_format(format"Excel", (), [".xls", ".xlsx"], [:ExcelFiles, LOAD])
34+
add_format(format"Excel", (), [".xls", ".xlsx"], [:ExcelFiles])
3535
add_format(format"Stata", (), [".dta"], [:StatFiles, LOAD])
3636
add_format(format"SPSS", "\$FL2", [".sav"], [:StatFiles, LOAD])
3737
add_format(format"SAS", UInt8[0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

0 commit comments

Comments
 (0)