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