PHP5 が EXCEL コンテンツを読み取るときの正規表現関数
は php-ExcelReader を使用して EXCEL を読み取ります。クラスには次のコードがあり、EXCEL
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> /*if (divg_match("/[^hmsday\/\-:\s]/i", $formatstr) == 0) { // found day and time format $isdate = TRUE; $formatstr = str_replace('mm', 'i', $formatstr); $formatstr = str_replace('h', 'H', $formatstr); //echo "\ndate-time $formatstr \n"; s}*/