Archive | February 2016

You are browsing the site archives by date.

Bootstrap Progress bar to show long running PHP script

We may have a request to the back end system which may trigger a long running process such as searching huge amount of data or a long running database process. Then the front end webpage may hang and wait for the process to be finished. During this process, if we can provide the user some information […]

Import/Export excel report file in php with PHPExcel

PHPExcel – OpenXML – Read, Write and Create Excel documents in PHP – Spreadsheet engine Project providing a set of classes for the PHP programming language, which allow you to write to and read from different spreadsheet file formats, like Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc .ods, Gnumeric, PDF, HTML, … […]