PHP Classes

make excel column numeric

Recommend this page to a friend!

      MS-Excel Stream Handler  >  All threads  >  make excel column numeric  >  (Un) Subscribe thread alerts  
Subject:make excel column numeric
Summary:simply divide by 1 or add zero to make column numeric
Messages:1
Author:kyungjoon min
Date:2008-10-15 17:27:40
 

  1. make excel column numeric   Reply   Report abuse  
Picture of kyungjoon min kyungjoon min - 2008-10-15 17:27:41
It may be too basic, but I spent some time to find this out.
If you want the excel column as numeric, simply divide the value by 1 or add zero to the value when constructing the array.
If there is better way or more correct way, please let me know.