Project

General

Profile

Feature #4922

Updated by Carsten Rose over 6 years ago

* Der Excel Import soll via PHP implementiert werdne. 
 * Im Upload Dialog soll es moeglich sein bei einem Excel Import direkt einen Tab und eine Import region anzugeben. 

 h2. Importfeatures 

 * es wird alles importiert, ohne region PHP Excel 
 * es werden die gnannten Tabs importiert, falls nichts angeegben ist tab=1 • https://github.com/PHPOffice/PHPExcel 
 * mariadb.spaltenamen=excel.spaltenname (A,B,...) • https://github.com/nuovo/spreadsheet-reader 
 * Falls zieltabelle nciht existier, wird sie erzeugt. 


 * FE.parameter • https://code.google.com/archive/p/php-excel-reader/ 
 <pre> ∘ https://stackoverflow.com/questions/11447918/php-import-excel-into-database-xls-xlsx 
 dataImport = 1 • Nach dem Import wird das excel sofort wieder geloescht. 
 dataRegion = [tab[,x1,y1[,x2,y2]]],... 
 destinationTable = <mariadb.tablename> 
 destinationMode = append|replace 
 </pre> • https://github.com/PHPOffice/PhpSpreadsheet 

Back