In the past we have been exporting files as CSV's and the default reader has been Excel. Recently, the company introduced iPad. iPad treats CSV's quite differently (different escape character sequences) than Excel.
Is there a format which works with both iPad readers and Excel? I have Apache FOP and XALAN in place, but the translations I've built are for HTML and PDF. For business reasons, I need to maintain Excel compatibility.
How can I achieve Excel and iPad compatibility without having to detect the browser and execute two different implementations?
Notes
iPad can be read only, prefer editable.
iPad has QuickOffice installed.
Excel format has to be user editable.