Skip to content

Tag Definition: excelData

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

fileName

required

None

range

implied

None

rangeName

implied

None

sheetName

required

None

Can contain
EMPTY

Purpose

This lets you quickly define table data from a provided spreadsheet.

Example usage

<story>
    <blockTable>
        <excelData fileName="Example.xls" sheetName="Sheet1" range="A1:B7" />
    </blockTable>
</story>

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <story> ➔ <blockTable> ➔ <excelData>