felipenoris / XLSX.jl

Excel file reader and writer for the Julia language.
https://felipenoris.github.io/XLSX.jl/stable
Other
275 stars 58 forks source link

I cannot read XLS files with this package. Any ideas how I can read XLS files? #142

Closed ghost closed 4 years ago

ghost commented 4 years ago

I cannot read XLS files with this package. Any ideas how I can read XLS files? I appreciate it.

felipenoris commented 4 years ago

Please, refer to https://github.com/queryverse/ExcelReaders.jl.

ghost commented 4 years ago

But ExcelReaders doesn't read .xls files, does it? How can I read a .xls files in Julia (from a URL)?

felipenoris commented 4 years ago

It does read XLS.

ghost commented 4 years ago

Can you prove it with an example? I haven't found any examples.

felipenoris commented 4 years ago

@manuzrp you can try yourself. Just follow the Basic Usage examples.

ghost commented 4 years ago

You are right. It indeed reads a local .xls file (readxlsheet command). Thank you.