Closed ghost closed 4 years ago
Please, refer to https://github.com/queryverse/ExcelReaders.jl.
But ExcelReaders doesn't read .xls files, does it? How can I read a .xls files in Julia (from a URL)?
It does read XLS.
Can you prove it with an example? I haven't found any examples.
@manuzrp you can try yourself. Just follow the Basic Usage examples.
You are right. It indeed reads a local .xls file (readxlsheet command). Thank you.
I cannot read XLS files with this package. Any ideas how I can read XLS files? I appreciate it.