$l[$id] = 'physical';
}
}
- if ($id === 'to' && $l['type'] == 2) {
- $comment = false;
- if (!Zend_Uri_Http::check($l[$id])) {
- $comment = 'Invalid URI';
- } else {
- $comment = self::testLink($l[$id]);
- }
- if ($comment) {
- $s->getComment(PHPExcel_Cell::stringFromColumnIndex($j - 1) . $i)->getText()->createTextRun($comment);
- }
- }
+// if ($id === 'to' && $l['type'] == 2) {
+// $comment = false;
+// if (!Zend_Uri_Http::check($l[$id])) {
+// $comment = 'Invalid URI';
+// } else {
+// $comment = self::testLink($l[$id]);
+// }
+// if ($comment) {
+// $s->getComment(PHPExcel_Cell::stringFromColumnIndex($j - 1) . $i)->getText()->createTextRun($comment);
+// }
+// }
if ($id === 'to') {
$s->getCellByColumnAndRow($i, $j)->setDataType(PHPExcel_Cell_DataType::TYPE_STRING)->getStyle()->getNumberFormat()->setFormatCode(PHPExcel_Style_NumberFormat::FORMAT_TEXT);
}