CSV parsing through PHP -
i working in csv parsing in php have 1 column in csv i.e 'amount' have value ($45.34). so, when see these value in excel sheet show same value if see these value in formula bar in excel show me -45.34 (i.e negative value).so have not parse these value negative value need??
Comments
Post a Comment