init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
16
lib/PhpSpreadsheet/Writer/Ods/Thumbnails.php
Normal file
16
lib/PhpSpreadsheet/Writer/Ods/Thumbnails.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?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 '';
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue