Posts by Edvaldo • 1 point
1 post
-
0
votes5
answers1268
viewsA: Import spreadsheet with text format using Phpexcel
Try this: $data = trim( $objWorksheet->getCellByColumnAndRow(9, $i)->getValue()); $data = date("Y-m-d", strtotime("01/01/1900 + $data_fatura days - 2 days"));