After trying out a few demos in Taro <https://github.com/aviks/Taro.jl>, I am unable to extract data from a xls file. The error signatures are :
*ERROR: Error calling Java: org.apache.poi.hssf.record.RecordFormatException: Unable to construct record instance* *.....* *Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded* My excel file is not write-protected. Neither does it have any filters. I see that the same error has been filed in Apache POI but am not able to make progress. Am I missing something here? *File Details* : http://www.ieor.berkeley.edu/~goldberg/jester-data/ *Command Repro * : Taro.readxl("path/to/xls/file/","Sheet1","A1:CW24")