ODS workbook abstraction.  
 More...
 | 
| 
  | $filename | 
|   | 
| 
  | $worksheets = array() | 
|   | 
ODS workbook abstraction. 
- Copyright
 - 2006 Petr Skoda  
 
- License
 - http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
 
 
◆ add_format()
      
        
          | MoodleODSWorkbook::add_format  | 
          ( | 
            | 
          $properties = array() | ) | 
           | 
        
      
 
Create one Moodle 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()
      
        
          | MoodleODSWorkbook::add_worksheet  | 
          ( | 
            | 
          $name = '' | ) | 
           | 
        
      
 
Create one Moodle Worksheet. 
- Parameters
 - 
  
    | string | $name | Name of the sheet  | 
  
   
- Return values
 - 
  
  
 
 
 
◆ send()
      
        
          | MoodleODSWorkbook::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: