Try https://github.com/davidanthoff/ExcelReaders.jl. Best, David
From: [email protected] [mailto:[email protected]] On Behalf Of Joshua Duncan Sent: Saturday, November 14, 2015 8:51 PM To: julia-users <[email protected]> Subject: Re: [julia-users] Re: Read XLS files with Julia I'm attempting to read an entire sheet, do you know if this functionality exists? It looks like you have to choose a specific range of the sheet to read in. Thanks, Josh On Thursday, June 26, 2014 at 8:34:31 AM UTC-5, Charles Santana wrote: Thank you guys, I have just installed Taro.jl. It seems to be perfect for my simple task. Best, Charles On Thu, Jun 26, 2014 at 3:15 PM, Viral Shah <[email protected] <javascript:> > wrote: Taro.jl uses Apache POI, which is probably the best open source xls reader out there. -viral On Thursday, June 26, 2014 7:01:42 AM UTC-5, Oliver Lylloff wrote: Hi Charles, Just found this: https://github.com/aviks/Taro.jl Hope that's what you need. Best, Oliver Den torsdag den 26. juni 2014 13.32.16 UTC+2 skrev Charles Santana: Dear colleagues, Is there a way to read an XLS file with Julia? Sorry, but I didn't find any information about this in the forums. The best "work around" I see now is to convert my xls files to csv and to read them with readdlm or other functions in Julia. Any other? Thanks in advance for any suggestion! Best, Charles -- Um axé! :) -- Charles Novaes de Santana, PhD http://www.imedea.uib-csic.es/~charles -- Um axé! :) -- Charles Novaes de Santana, PhD http://www.imedea.uib-csic.es/~charles
