13 calls to PHPExcel_Shared_Date::PHPToExcel() in Loft Data Grids 7.2
- 02types-xls.php in vendor/
phpoffice/ phpexcel/ Examples/ 02types-xls.php - 02types.php in vendor/
phpoffice/ phpexcel/ Examples/ 02types.php - 05featuredemo.inc.php in vendor/
phpoffice/ phpexcel/ Examples/ 05featuredemo.inc.php - 30template.php in vendor/
phpoffice/ phpexcel/ Examples/ 30template.php - PHPExcel_Calculation_DateTime::DATENOW in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation/ DateTime.php - * DATENOW * * Returns the current date. * The NOW function is useful when you need to display the current date and time on a worksheet or * calculate a value based on the current date and time, and have that value updated each time you *…
- PHPExcel_Calculation_DateTime::DATETIMENOW in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation/ DateTime.php - * DATETIMENOW * * Returns the current date and time. * The NOW function is useful when you need to display the current date and time on a worksheet or * calculate a value based on the current date and time, and have that value updated each…
- PHPExcel_Calculation_DateTime::EDATE in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation/ DateTime.php - * EDATE * * Returns the serial number that represents the date that is the indicated number of months * before or after a specified date (the start_date). * Use EDATE to calculate maturity dates or due dates that fall on the same day of the…
- PHPExcel_Calculation_DateTime::EOMONTH in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation/ DateTime.php - * EOMONTH * * Returns the date value for the last day of the month that is the indicated number of months * before or after start_date. * Use EOMONTH to calculate maturity dates or due dates that fall on the last day of the month. * *…
- PHPExcel_Calculation_DateTime::_getDateValue in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation/ DateTime.php - * _getDateValue * *
- PHPExcel_Calculation_Financial::_coupFirstPeriodDate in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation/ Financial.php - PHPExcel_Reader_Excel2003XML::loadIntoExisting in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/ Excel2003XML.php - * Loads PHPExcel from file into PHPExcel instance * *
- PHPExcel_Reader_OOCalc::loadIntoExisting in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/ OOCalc.php - * Loads PHPExcel from file into PHPExcel instance * *
- PHPExcel_Worksheet_AutoFilter::_dynamicFilterDateRange in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ AutoFilter.php - * Convert a dynamic rule daterange to a custom filter range expression for ease of calculation * *