Archive for February 12th, 2015

Hello. I am new here. This is my entry song

February 12th, 2015

Hello. I am new here.
This is my entry song

1982 Peel Session track recorded as a tribute to Ian Curtis as the original by Keith Hudson was one

Posted in my g+ postings | Comments (0)

Always display specified number of decimal places in Excel using PHPExcel

February 12th, 2015

I need to display two decimal places in Excel (xlsx). I’m using PHPExcel. In PHP, I can use something like the following to display only the specified number of decimal paces.

echo sprintf(“%0.2f”,

Posted in my g+ postings | Comments (0)