0

I do not have Excel installed on my server, it is installed on the PC that will be exporting. I am wanting to export the dataset to Excel, but am unsure of how to do such as we have Excel XP, Excel 2000, Excel 2007 and Excel 2013 being used. How can I export w/o targeting a specific Excel version so that it works on all computers?

Bob Goblin
  • 1,251
  • 3
  • 16
  • 33

1 Answers1

2

The most portable format is .csv which will work on all platforms but will only work for simple data.

If you have more than simple data you can just export to the oldest version of excel you want to support, the newer ones will then upgrade the file.

Daniel Roberts
  • 534
  • 5
  • 8