Questions tagged [phpspreadsheet]

PhpSpreadsheet is a library written in pure PHP and providing a set of classes that allow you to read from and to write to different spreadsheet file formats, like Excel and LibreOffice Calc.

See:

859 questions
-2
votes
2 answers

Text box in phpspreadsheet?

How coul i Make a text Box like below image ? i want to have that 77,25 inside a text box. i used syntax $richText->createText('plain text'); $payable = $richText->createTextRun('rich text'); …
Gagantous
  • 432
  • 6
  • 29
  • 69
-2
votes
1 answer

Is there any way to autocomplete a textbox in html using the data read from a phpspreadsheet? How should it be done on codeigniter?

I have been trying to find a way to read data from phpspreadsheet and populate it into a textbox in html using the autocomplete plugin in jquery. I have been trying to do it in codeigniter and I am relatively new to it. Can anyone tell me the steps…
-2
votes
1 answer

phpspreadsheet syntax error, unexpected 'require_once' (T_REQUIRE_ONCE), expecting function (T_FUNCTION)

I am getting this error when I put it in the class controller. It works fine if I remove the class controller. How do I fix it? Parse error: syntax error, unexpected 'require_once' (T_REQUIRE_ONCE), expecting function (T_FUNCTION) in …
-3
votes
1 answer

Yii2 Kartik Export with sub header

How to create multiple header (sub header) with kartik export, like table below I guess using onRenderHeaderCell=>function($cell, $content, $widget){} function https://demos.krajee.com/export#option-onRenderHeaderCell, but still failed
jack
  • 663
  • 1
  • 8
  • 11
1 2 3
57
58