0

is way that i can export excel file with cakephp from database. my data is :

[Name] [Tel] [Email]    [date]
Name 1  000  1@name.com (0000-00-00)
Name 2  000  2@name.com (1391-12-01)
Name 3  000  3@name.com (1391-12-01)

type of fields is : Name and email is varchar
tel is int
date is Date type

I convert my date field in database to locate date.( Persian date ) and if i export from data with Mysql, I can not convert date field to locate date.
Thanks for help.

kelly
  • 415
  • 2
  • 9
  • 24
aya
  • 1,597
  • 4
  • 29
  • 59

1 Answers1

2

Check out PHPExcel library at http://phpexcel.codeplex.com/. There is a CakePHP plugin for it as well.

Bill Rollins
  • 1,736
  • 1
  • 12
  • 18