ExcelFiles.jl icon indicating copy to clipboard operation
ExcelFiles.jl copied to clipboard

Documentation for colnames is wrong for load()

Open curtosis opened this issue 5 years ago • 0 comments

The example for specifying colnames describes it as expecting an Array{String,1} when the actual function expects an Array{Symbol,1}. (Note that the tests also test using an array of Symbols.)

curtosis avatar Feb 13 '20 18:02 curtosis