Sha256: 9782cf7b9b3f74d31ecca654fa4bc257bb23552d316c5ba9bf9d1460cc6d9e7c

Contents?: true

Size: 649 Bytes

Versions: 5

Compression:

Stored size: 649 Bytes

Contents

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
  <Relationship Id="rId0" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings" Target="sharedstrings.xml"/>
  <Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="/xl/styles.xml"/>
  <% document.sheets.each do |sheet| %>
  <Relationship Id="<%= sheet.rid %>" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" Target="<%= sheet.absolute_path %>"/>
  <% end %>
</Relationships>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xlsx_writer-0.4.4 lib/xlsx_writer/xml/workbook_rels.erb
xlsx_writer-0.4.3 lib/xlsx_writer/xml/workbook_rels.erb
xlsx_writer-0.4.2 lib/xlsx_writer/xml/workbook_rels.erb
xlsx_writer-0.4.1 lib/xlsx_writer/xml/workbook_rels.erb
xlsx_writer-0.4.0 lib/xlsx_writer/xml/workbook_rels.erb