Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Do not go to .xls, the format is closed, and microsoft don't gives how it's formatted.
Generate an CSV (comma separated values), and let excel import it if you want to exchange datas.
Simply generate a text file, with the first line being the fields name, and every later lines being the datas:
Code:
id,name,value
1,"this is a name", "and it's value"
2,"my name is Joe", "and I love bananas"
Excel will read and display those correctly.
But it only support datas, no formulas/macros
__________________
Only a biker knows why a dog sticks his head out the window.
|