-1

I am using cakephp 2.1 and developing an application which needed more data. I want to use excel file for import and export. Please suggest me some solutions to get it done.

Sanganabasu
  • 943
  • 7
  • 21
  • 39

1 Answers1

1

Use Microsoft's "CSV for Excel" for importing data. It's the same as a generic CSV but then with different delimiters. If you want to create complex Excel sheets, then you should use something like PHPExcell.

The -1 on your question is for asking it wrongly. A quick Google Search would yield the same result as me typing this in...

Borislav Sabev
  • 4,776
  • 1
  • 24
  • 30