Skip to content

Commit

Permalink
Merge pull request #143 from akshatkedia/patch-1
Browse files Browse the repository at this point in the history
Fix example links
  • Loading branch information
straydogstudio authored Feb 16, 2021
2 parents 3a26240 + cc72ba0 commit ab5bad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ See [previous installations](#previous-installations) if needed.

## FYI

* This gem depends on [caxlsx](/~https://github.com/caxlsx/caxlsx). See [the blog](http://axlsx.blog.randym.net/) or the [examples page](/~https://github.com/caxlsx/caxlsx/blob/master/examples/example.rb) for usage.
* This gem depends on [caxlsx](/~https://github.com/caxlsx/caxlsx). See [the blog](http://axlsx.blog.randym.net/) or the [examples page](/~https://github.com/caxlsx/caxlsx/tree/master/examples) for usage.
* Check out [axlsx_styler](/~https://github.com/sakovias/axlsx_styler) by [sakovias](/~https://github.com/sakovias) for easier styles and borders!

## Usage
Expand Down Expand Up @@ -78,7 +78,7 @@ wb.add_worksheet(name: "Buttons") do |sheet|
end
```

This is where you place all your [caxlsx](/~https://github.com/caxlsx/caxlsx) specific markup. Add worksheets, fill content, merge cells, add styles. See the [caxlsx examples](/~https://github.com/caxlsx/caxlsx/tree/master/examples/example.rb) page to see what you can do.
This is where you place all your [caxlsx](/~https://github.com/caxlsx/caxlsx) specific markup. Add worksheets, fill content, merge cells, add styles. See the [caxlsx examples](/~https://github.com/caxlsx/caxlsx/tree/master/examples) page to see what you can do.

Remember, like in `erb` templates, view helpers are available to use the `.xlsx.axlsx` template.

Expand Down

0 comments on commit ab5bad3

Please sign in to comment.