diff options
| author | Randy Morgan <[email protected]> | 2011-11-20 23:53:06 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-20 23:53:06 +0900 |
| commit | c13ff8763b7ce2508478bed137d00a5b684aea81 (patch) | |
| tree | 366764f4842a96b8a757fb45330a96f299440102 | |
| parent | d12d6de2756775b14d2df2e9db6338788b610277 (diff) | |
| download | caxlsx-c13ff8763b7ce2508478bed137d00a5b684aea81.tar.gz caxlsx-c13ff8763b7ce2508478bed137d00a5b684aea81.zip | |
rdoc compatibility attempt
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,6 +37,7 @@ Usage ----- Generating a workbook with styles and a chart: +` p = Axlsx::Package.new do |package| package.workbook.add_worksheet do |sheet| sheet.add_row ["First", "Second", "Third"], :style => Axlsx::STYLE_THIN_BORDER @@ -47,7 +48,7 @@ Generating a workbook with styles and a chart: end package.serialize("example1.xlsx") end - +` ### Documentation This gem is 100% documented with YARD, an exceptional documentation library. To see documentation for this, and all the gems installed on your system use: |
