PATH:
home
/
lab2454c
/
credityorkgroup.com
/
vendor
/
phpoffice
/
phpspreadsheet
/
src
/
PhpSpreadsheet
/
Writer
/
Ods
<?php namespace PhpOffice\PhpSpreadsheet\Writer\Ods; class Mimetype extends WriterPart { /** * Write mimetype to plain text format. * * @return string XML Output */ public function write(): string { return 'application/vnd.oasis.opendocument.spreadsheet'; } }
[-] Settings.php
[edit]
[+]
..
[-] Styles.php
[edit]
[-] AutoFilters.php
[edit]
[-] Content.php
[edit]
[+]
Cell
[-] WriterPart.php
[edit]
[-] Formula.php
[edit]
[-] Meta.php
[edit]
[-] Mimetype.php
[edit]
[-] MetaInf.php
[edit]
[-] Thumbnails.php
[edit]
[-] NamedExpressions.php
[edit]