Skip to content

Commit

Permalink
updated docs for 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkennell committed Oct 18, 2017
1 parent de937dd commit 7f1ced1
Show file tree
Hide file tree
Showing 27 changed files with 151 additions and 136 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.6.1
- Fixed bug where `Xlsxir.get_cell/2` raised instead of returning `nil` on non-existing cell. Thanks to @ZombieHarvester for contribution.
- Various documentation updates.

## 1.6.0
- Huge parsing performance improvement thanks to Alex Kovalevych's (@AlexKovalevych) contribution.
- Ability to choose between parsing in-memory or on the file system added as well as the ability to stream via the `Xlsxir.stream_list/2`. Thanks to Thibaut Decaudain (@Tricote) for contribution.
Expand Down
4 changes: 2 additions & 2 deletions OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ You can add Xlsxir as a dependancy to your Elixir project via the Hex package ma

```elixir
def deps do
[ {:xlsxir, "~> 1.6.0"} ]
[ {:xlsxir, "~> 1.6.1"} ]
end
```

Or, you can directly reference the GitHub repo:

```elixir
def deps do
[ {:xlsxir, github: "jsonkennell/xlsxir"} ]
[ {:xlsxir, github: "jsonkenl/xlsxir"} ]
end
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ You can add Xlsxir as a dependency to your Elixir project via the Hex package ma

```elixir
def deps do
[ {:xlsxir, "~> 1.6.0"} ]
[ {:xlsxir, "~> 1.6.1"} ]
end
```

Or, you can directly reference the GitHub repo:

```elixir
def deps do
[ {:xlsxir, github: "jsonkennell/xlsxir"} ]
[ {:xlsxir, github: "jsonkenl/xlsxir"} ]
end
```

Expand Down
2 changes: 1 addition & 1 deletion doc/.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fonts/icomoon.eot
fonts/icomoon.svg
fonts/icomoon.ttf
fonts/icomoon.woff
dist/sidebar_items-028c05a08e.js
dist/sidebar_items-4813ea5825.js
api-reference.html
changelog.html
number_styles.html
Expand Down
6 changes: 3 additions & 3 deletions doc/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.17.1">
<title>404 – Xlsxir v1.6.0</title>
<title>404 – Xlsxir v1.6.1</title>
<link rel="stylesheet" href="dist/app-c922dbe7ef.css" />

<script src="dist/sidebar_items-028c05a08e.js"></script>
<script src="dist/sidebar_items-4813ea5825.js"></script>

</head>
<body data-type="extras">
Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
Xlsxir
</h1>
<h2 class="sidebar-projectVersion">
v1.6.0
v1.6.1
</h2>
</div>

Expand Down
14 changes: 7 additions & 7 deletions doc/Xlsxir.ConvertDate.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.17.1">
<title>Xlsxir.ConvertDate – Xlsxir v1.6.0</title>
<title>Xlsxir.ConvertDate – Xlsxir v1.6.1</title>
<link rel="stylesheet" href="dist/app-c922dbe7ef.css" />

<script src="dist/sidebar_items-028c05a08e.js"></script>
<script src="dist/sidebar_items-4813ea5825.js"></script>

</head>
<body data-type="modules">
Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
Xlsxir
</h1>
<h2 class="sidebar-projectVersion">
v1.6.0
v1.6.1
</h2>
</div>

Expand Down Expand Up @@ -64,10 +64,10 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">Xlsxir v1.6.0</small>
<small class="visible-xs">Xlsxir v1.6.1</small>
Xlsxir.ConvertDate

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/convert_date.ex#L1" title="View Source" class="view-source" rel="help">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/convert_date.ex#L1" title="View Source" class="view-source" rel="help">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down Expand Up @@ -147,7 +147,7 @@ <h1 class="section-heading">
</a>
<span class="signature">convert_char_number(number)</span>

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/convert_date.ex#L44" class="view-source" rel="help" title="View Source">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/convert_date.ex#L44" class="view-source" rel="help" title="View Source">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand All @@ -170,7 +170,7 @@ <h1 class="section-heading">
</a>
<span class="signature">from_serial(serial)</span>

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/convert_date.ex#L20" class="view-source" rel="help" title="View Source">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/convert_date.ex#L20" class="view-source" rel="help" title="View Source">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down
14 changes: 7 additions & 7 deletions doc/Xlsxir.ConvertDateTime.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.17.1">
<title>Xlsxir.ConvertDateTime – Xlsxir v1.6.0</title>
<title>Xlsxir.ConvertDateTime – Xlsxir v1.6.1</title>
<link rel="stylesheet" href="dist/app-c922dbe7ef.css" />

<script src="dist/sidebar_items-028c05a08e.js"></script>
<script src="dist/sidebar_items-4813ea5825.js"></script>

</head>
<body data-type="modules">
Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
Xlsxir
</h1>
<h2 class="sidebar-projectVersion">
v1.6.0
v1.6.1
</h2>
</div>

Expand Down Expand Up @@ -64,10 +64,10 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">Xlsxir v1.6.0</small>
<small class="visible-xs">Xlsxir v1.6.1</small>
Xlsxir.ConvertDateTime

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/convert_datetime.ex#L1" title="View Source" class="view-source" rel="help">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/convert_datetime.ex#L1" title="View Source" class="view-source" rel="help">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down Expand Up @@ -144,7 +144,7 @@ <h1 class="section-heading">
</a>
<span class="signature">from_charlist(charlist)</span>

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/convert_datetime.ex#L20" class="view-source" rel="help" title="View Source">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/convert_datetime.ex#L21" class="view-source" rel="help" title="View Source">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h2 id="from_charlist/1-example" class="section-heading">
</a>
<span class="signature">from_float(n)</span>

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/convert_datetime.ex#L27" class="view-source" rel="help" title="View Source">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/convert_datetime.ex#L27" class="view-source" rel="help" title="View Source">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down
12 changes: 6 additions & 6 deletions doc/Xlsxir.ParseString.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.17.1">
<title>Xlsxir.ParseString – Xlsxir v1.6.0</title>
<title>Xlsxir.ParseString – Xlsxir v1.6.1</title>
<link rel="stylesheet" href="dist/app-c922dbe7ef.css" />

<script src="dist/sidebar_items-028c05a08e.js"></script>
<script src="dist/sidebar_items-4813ea5825.js"></script>

</head>
<body data-type="modules">
Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
Xlsxir
</h1>
<h2 class="sidebar-projectVersion">
v1.6.0
v1.6.1
</h2>
</div>

Expand Down Expand Up @@ -64,10 +64,10 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">Xlsxir v1.6.0</small>
<small class="visible-xs">Xlsxir v1.6.1</small>
Xlsxir.ParseString

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/parse_string.ex#L1" title="View Source" class="view-source" rel="help">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/parse_string.ex#L1" title="View Source" class="view-source" rel="help">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down Expand Up @@ -137,7 +137,7 @@ <h1 class="section-heading">
</a>
<span class="signature">sax_event_handler(arg1, state)</span>

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/parse_string.ex#L21" class="view-source" rel="help" title="View Source">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/parse_string.ex#L43" class="view-source" rel="help" title="View Source">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down
12 changes: 6 additions & 6 deletions doc/Xlsxir.ParseStyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.17.1">
<title>Xlsxir.ParseStyle – Xlsxir v1.6.0</title>
<title>Xlsxir.ParseStyle – Xlsxir v1.6.1</title>
<link rel="stylesheet" href="dist/app-c922dbe7ef.css" />

<script src="dist/sidebar_items-028c05a08e.js"></script>
<script src="dist/sidebar_items-4813ea5825.js"></script>

</head>
<body data-type="modules">
Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
Xlsxir
</h1>
<h2 class="sidebar-projectVersion">
v1.6.0
v1.6.1
</h2>
</div>

Expand Down Expand Up @@ -64,10 +64,10 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">Xlsxir v1.6.0</small>
<small class="visible-xs">Xlsxir v1.6.1</small>
Xlsxir.ParseStyle

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/parse_style.ex#L1" title="View Source" class="view-source" rel="help">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/parse_style.ex#L1" title="View Source" class="view-source" rel="help">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down Expand Up @@ -137,7 +137,7 @@ <h1 class="section-heading">
</a>
<span class="signature">sax_event_handler(arg1, state)</span>

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/parse_style.ex#L25" class="view-source" rel="help" title="View Source">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/parse_style.ex#L81" class="view-source" rel="help" title="View Source">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down
12 changes: 6 additions & 6 deletions doc/Xlsxir.ParseWorksheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.17.1">
<title>Xlsxir.ParseWorksheet – Xlsxir v1.6.0</title>
<title>Xlsxir.ParseWorksheet – Xlsxir v1.6.1</title>
<link rel="stylesheet" href="dist/app-c922dbe7ef.css" />

<script src="dist/sidebar_items-028c05a08e.js"></script>
<script src="dist/sidebar_items-4813ea5825.js"></script>

</head>
<body data-type="modules">
Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
Xlsxir
</h1>
<h2 class="sidebar-projectVersion">
v1.6.0
v1.6.1
</h2>
</div>

Expand Down Expand Up @@ -64,10 +64,10 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">Xlsxir v1.6.0</small>
<small class="visible-xs">Xlsxir v1.6.1</small>
Xlsxir.ParseWorksheet

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/parse_worksheet.ex#L1" title="View Source" class="view-source" rel="help">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/parse_worksheet.ex#L1" title="View Source" class="view-source" rel="help">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down Expand Up @@ -137,7 +137,7 @@ <h1 class="section-heading">
</a>
<span class="signature">sax_event_handler(arg1, state, excel)</span>

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/parse_worksheet.ex#L23" class="view-source" rel="help" title="View Source">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/parse_worksheet.ex#L71" class="view-source" rel="help" title="View Source">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down
16 changes: 8 additions & 8 deletions doc/Xlsxir.SaxError.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.17.1">
<title>Xlsxir.SaxError – Xlsxir v1.6.0</title>
<title>Xlsxir.SaxError – Xlsxir v1.6.1</title>
<link rel="stylesheet" href="dist/app-c922dbe7ef.css" />

<script src="dist/sidebar_items-028c05a08e.js"></script>
<script src="dist/sidebar_items-4813ea5825.js"></script>

</head>
<body data-type="exceptions">
Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
Xlsxir
</h1>
<h2 class="sidebar-projectVersion">
v1.6.0
v1.6.1
</h2>
</div>

Expand Down Expand Up @@ -64,10 +64,10 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">Xlsxir v1.6.0</small>
<small class="visible-xs">Xlsxir v1.6.1</small>
Xlsxir.SaxError <small>exception</small>

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/sax_error.ex#L1" title="View Source" class="view-source" rel="help">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/sax_error.ex#L1" title="View Source" class="view-source" rel="help">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down Expand Up @@ -140,7 +140,7 @@ <h1 class="section-heading">
</a>
<span class="signature">exception(msg)</span>

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/sax_error.ex#L2" class="view-source" rel="help" title="View Source">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/sax_error.ex#L2" class="view-source" rel="help" title="View Source">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand All @@ -151,7 +151,7 @@ <h1 class="section-heading">

<pre>exception(<a href="https://hexdocs.pm/elixir/String.html#t:t/0">String.t</a>) :: <a href="https://hexdocs.pm/elixir/Exception.html#t:t/0">Exception.t</a></pre>

<pre>exception(<a href="https://hexdocs.pm/elixir/Keyword.html#t:t/0">Keyword.t</a>) :: <a href="https://hexdocs.pm/elixir/Exception.html#t:t/0">Exception.t</a></pre>
<pre>exception(keyword) :: <a href="https://hexdocs.pm/elixir/Exception.html#t:t/0">Exception.t</a></pre>

</div>

Expand All @@ -171,7 +171,7 @@ <h1 class="section-heading">
</a>
<span class="signature">message(exception)</span>

<a href="https://github.com/jsonkennell/xlsxir/blob/master/lib/xlsxir/sax_error.ex#L2" class="view-source" rel="help" title="View Source">
<a href="https://github.com/jsonkenl/xlsxir/blob/master/lib/xlsxir/sax_error.ex#L2" class="view-source" rel="help" title="View Source">
<span class="icon-code" aria-hidden="true"></span>
<span class="sr-only">View Source</span>
</a>
Expand Down
Loading

0 comments on commit 7f1ced1

Please sign in to comment.