Skip to content

Commit

Permalink
enable precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Apr 17, 2018
1 parent c6c3f9a commit 0b60ecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ XLSX.Worksheet: "Sheet1". Dimension: "B2:C8".
julia> sh["C3"] # access a cell value
21.2


julia> sh["B3:C4"] # access a range
2×2 Array{Any,2}:
10.5 21.2
Expand Down
1 change: 1 addition & 0 deletions src/XLSX.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

__precompile__(true)
module XLSX

import ZipFile, LightXML, Missings
Expand Down

0 comments on commit 0b60ecb

Please sign in to comment.