PHPOffice is an open-source collection of libraries used for reading and writing files in formats compatible with various "office" suites, such as Microsoft Office and OpenOffice.
Questions tagged [phpoffice]
242 questions
-2
votes
2 answers
PHPSpreadSheet : Site can't be reach
Try to export xlsx file using PhpSpreadSheet in CodeIgniter 3.
When i run the url, it shows This site can't be reach. Web might be temporarily down or it may have moved permanently to a new web address.
Controller
require 'vendor/autoload.php';
…

lauwis
- 323
- 1
- 4
- 15
-2
votes
1 answer
PhpOffice PhpWord image margin top
I insert an image like this:
->addImage('https://image.png',array('alignment' => 'center','marginTop'=>5000,'wrappingStyle'=>'behind'));
And i want to margin-top this image from his top element.
Actually this margin is not working and i don't know…

KaSkuLL
- 531
- 6
- 27