Skip to content
Snippets Groups Projects
Commit 03103965 authored by Randy Morgan's avatar Randy Morgan
Browse files

more release prep

parent 0c03d9de
Branches
Tags 1.1.4
No related merge requests found
Copyright (c) 2011 Randy Morgan
Copyright (c) 2011, 2012 Randy Morgan
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
......
......@@ -85,9 +85,11 @@ To install Axlsx, use the following command:
#Examples
------
{include:file:examples/example.rb}
The example listing is getting overly large to maintain here.
If you are using Yard, you will be able to see the examples inline below.
If not, please refer to the Please see the {file:examples/example.rb} file.
There are more examples in the examples directory.
{include:file:examples/example.rb}
There is much, much more you can do with this gem. If you get stuck, grab me on IRC or submit an issue to Github. Chances are that it has already been implemented. If it hasn't - let's take a look at adding it in.
......
#!/usr/bin/env ruby -w -s
# -*- coding: utf-8 -*-
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
# $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
require 'axlsx'
p = Axlsx::Package.new
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment