Detailed Description
Definition at line 53 of file SimpleExcel.php.
 Constructor & Destructor Documentation
      
        
          | SimpleExcel\SimpleExcel::__construct | ( |  | $filetype = 'XML' | ) |  | 
      
 
SimpleExcel constructor method. 
- Parameters
- 
  
    | string | $filetype | Set the filetype of the file which will be parsed (XML/CSV/TSV/HTML/JSON) |  
 
- Returns
- void 
Definition at line 80 of file SimpleExcel.php.
 
 
Member Function Documentation
      
        
          | SimpleExcel\SimpleExcel::constructParser | ( |  | $filetype | ) |  | 
      
 
 
      
        
          | SimpleExcel\SimpleExcel::constructWriter | ( |  | $filetype | ) |  | 
      
 
 
      
        
          | SimpleExcel\SimpleExcel::convertTo | ( |  | $filetype | ) |  | 
      
 
Change writer type to convert to another format. 
- Parameters
- 
  
    | string | $filetype | Set the filetype of the file which will be written (XML/CSV/TSV/HTML/JSON) |  
 
Definition at line 122 of file SimpleExcel.php.
                                        {
        $this->writer->setData($this->parser->getField());
    }
 
 
Field Documentation
      
        
          | SimpleExcel\SimpleExcel::$parser | 
      
 
 
  
  | 
        
          | SimpleExcel\SimpleExcel::$validParserTypes = array('XML', 'CSV', 'TSV', 'HTML', 'JSON') |  | protected | 
 
 
  
  | 
        
          | SimpleExcel\SimpleExcel::$validWriterTypes = array('XML', 'CSV', 'TSV', 'HTML', 'JSON') |  | protected | 
 
 
      
        
          | SimpleExcel\SimpleExcel::$writer | 
      
 
 
The documentation for this class was generated from the following file: