Skip to content

Commit

Permalink
Add note about julia 0.4 to README
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Mar 19, 2015
1 parent beb4369 commit a1336ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,8 @@ You will need to have the Python xlrd library installed on your machine in order

Once xlrd is installed, then you can just use ``Pkg.add("ExcelReaders")`` in Julia to install ExcelReaders and its dependencies.

ExcelReaders currently doesn't work on Julia 0.4.

## Alternatives

The [Taro](https://github.com/aviks/Taro.jl) package also provides Excel file reading functionality. The main difference between the two packages (in terms of Excel functionality) is that ExcelReaders uses the Python package [xlrd](https://github.com/python-excel/xlrd) for its processing, whereas Taro uses the Java packages Apache [Tika](http://tika.apache.org/) and Apache [POI](http://poi.apache.org/).
Expand Down

0 comments on commit a1336ef

Please sign in to comment.