Insert new XLS Template
Fill the following form in order to create a new import XLS template
Mandatory Fields
- Template Name
- Row Header and Column Header: where the title of the excel starts
- Schema and client
getConnection(); $stmt = $pdo->prepare("SELECT * FROM routine"); $stmt->execute(); $routines = $stmt->fetchAll(PDO::FETCH_ASSOC); ?>