add excel multirow email list parser

This commit is contained in:
Peter 2015-06-02 00:48:19 +01:00
parent 0bba7146a6
commit e03dfef8b3
5 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<?php
class ParseExcelListPlugin extends \RainLoop\Plugins\AbstractPlugin
{
/**
* @return void
*/
public function Init()
{
$this->addJs('js/parse_excel_list.js'); // add js file
}
}