Define and operate over one Moodle Workbook.  
 More...
 | 
| 
string  | $filename | 
|   | 
| 
PhpSpreadsheet  | $objspreadsheet | 
|   | 
| 
string  | $type | 
|   | format type 
  | 
|   | 
Define and operate over one Moodle Workbook. 
This class acts as a wrapper around another library maintaining Moodle functions isolated from underlying code.
- Copyright
 - 1999 onwards Martin Dougiamas  
 
- License
 - http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
 
 
◆ __construct()
      
        
          | MoodleExcelWorkbook::__construct  | 
          ( | 
            | 
          $filename,  | 
        
        
           | 
           | 
            | 
          $type = 'Xlsx'  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructs one Moodle Workbook. 
- Parameters
 - 
  
    | string | $filename | The name of the file  | 
    | string | $type | file format type used to be 'Xls or Xlsx' but now only 'Xlsx'  | 
  
   
 
 
◆ add_format()
      
        
          | MoodleExcelWorkbook::add_format  | 
          ( | 
            | 
          $properties = array() | ) | 
           | 
        
      
 
Create one cell Format. 
- Parameters
 - 
  
    | array | $properties | array of properties [name]=value; valid names are set_XXXX existing functions without the set_ part i.e: [bold]=1 for set_bold(1)...Optional!  | 
  
   
- Return values
 - 
  
  
 
 
 
◆ add_worksheet()
      
        
          | MoodleExcelWorkbook::add_worksheet  | 
          ( | 
            | 
          $name = '' | ) | 
           | 
        
      
 
Create one Moodle Worksheet. 
- Parameters
 - 
  
    | string | $name | Name of the sheet  | 
  
   
- Return values
 - 
  
  
 
 
 
◆ send()
      
        
          | MoodleExcelWorkbook::send  | 
          ( | 
            | 
          $filename | ) | 
           | 
        
      
 
Not required to use. 
- Parameters
 - 
  
    | string | $filename | Name of the downloaded file  | 
  
   
 
 
The documentation for this class was generated from the following file: