Jump to content

create an excel file


asmith

Recommended Posts

hey guys

how can i create an excel file with php ?

i just need some columns for excel .

for example 3 columns tab-delimited :

 

1    john    [email protected]

2    tom    [email protected]

3    joe      [email protected]

.

.

.

i want to make such file with php , with microsoft excel could read it easily .

 

 

i've tried  typing the above columns in notepad (by pressing tab button between columns ) and save it as xls, when i open it with excel it says the file format is different than its extension, but it shows it fine.  i want to know what to do that it won't give me this error  , or in others words php create the file in the right format of excel .

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/84298-create-an-excel-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.