erouel/php-excel

Open Office

Opened this issue · 4 comments

Open the dowloaded File into Open Office

Instead of a Excel Spread Sheet, It looks like a word Doc

v1.0, PHP 5, WinXP (Apache/PHP server as well)



Original issue reported on code.google.com by chuck.re...@gmail.com on 27 Jul 2007 at 6:17

I believe there is a simple solution to this: Just replace the mimetype *xls* by
*xml* (Filename: test.xml) and it should work in OpenOffice Calc. However, I'll 
still
need to test this and I will provide a solution in the next version. 

Original comment by oliver.s...@gmail.com on 10 Sep 2009 at 3:52

  • Changed state: Accepted

Original comment by oliver.s...@gmail.com on 10 Sep 2009 at 3:53

  • Added labels: Milestone-Release1.2
Version 1.2 will add the remote setting of the mimetype extension. Thus you can 
decide whether you'd like to 
export to OO or MS Excel. You may still open XML files with Excel using the 
"Open with..." dialog.

Original comment by oliver.s...@gmail.com on 29 Sep 2009 at 6:39

  • Changed state: Started
Yes, I had same problem... Very quick solution for MS a OO should be XLSX. It 
works
in both. Set mimetype to *.xlsx

Original comment by lukas.je...@gmail.com on 19 Apr 2010 at 3:43