TableReader
    
            
            in package
            
        
    
    
    
Table of Contents
Methods
- __construct() : mixed
- load() : void
- Loads Table into the Worksheet.
Methods
__construct()
    public
                    __construct(Worksheet $workSheet, SimpleXMLElement $tableXml) : mixed
    Parameters
- $workSheet : Worksheet
- $tableXml : SimpleXMLElement
load()
Loads Table into the Worksheet.
    public
                    load(array<string|int, TableDxfsStyle> $tableStyles, array<string|int, Style> $dxfs) : void
    Parameters
- $tableStyles : array<string|int, TableDxfsStyle>
- $dxfs : array<string|int, Style>