SpreadJS Documentation
Understanding the Tag Hierarchy
SpreadJS Documentation > Developer's Guide > Working with JavaScript Frameworks > Using SpreadJS with Angular > Understanding the Tag Hierarchy

The Spread, Sheet, and Column are the basic elements with tag hierarchy. The three tags are: gc-spread-sheets, gc-worksheet, and gc-column.

The following example displays the basic tag hierarchy:

Tag
Copy Code
<gc-spread-sheets>
  <gc-worksheet>
    <gc-column></gc-column>
    ...
  </gc-worksheet>
  ...
</gc-spread-sheets>