ExcelFiles.jl
ExcelFiles.jl copied to clipboard
Documentation for colnames is wrong for load()
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.)