sto utilizzando ExcelReader per leggere i dati da un file excel.
Solo che ho un problema con il formato data che, nel file excel, è gg/mm/aa. Nella riga che mi restituisce il seguente notice (Notice: Undefined variable: formatstr in C:\www\Excel\reader.php on line 635 ), il codice è:
Codice PHP:
if (preg_match("/[^hmsday\/\-:\s]/i", $formatstr) == 0) { // found day and time format
mentre, per il valore della variabile $formatstr, il codice è:
Codice PHP:
$formatstr = $this->formatRecords[$indexCode];
Chi può aiutarmi? Vi pregoooooooooooooooooo