Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:yii2:third_party_components [2018/08/13 10:27]
smayr [Manual Installation]
systems:yii2:third_party_components [2018/08/14 17:00] (current)
smayr [yii2-phpspreadsheet PhpSpreadsheet]
Line 448: Line 448:
  
 ==== References ==== ==== References ====
-  [[systems:yii2:tcpdf]]+  [[systems:yii2:tcpdf]]
  
 == TinyMCE Editor == == TinyMCE Editor ==
Line 954: Line 954:
 </code> </code>
  
 +PHPExcel is deprecated.  Replaced by PHPSpreadsheet (use sunmoon/yii2-phpspreadsheet)
 +
 +==  yii2-phpspreadsheet PhpSpreadsheet ==
 +Get documentation from:
 +  * [[https://github.com/PHPOffice/PhpSpreadsheet]]
 +  * [[https://phpspreadsheet.readthedocs.io/en/develop/topics/migration-from-PHPExcel/]]
 +
 +Install the extension:
 +<code bash>
 +$ composer require sunmoon/yii2-phpspreadsheet '*'
 +</code>
 == DatePicker == == DatePicker ==
   * run in your project dir: <code>   * run in your project dir: <code>