first commit
This commit is contained in:
@@ -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 '';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user