ibrahimnegm2011 / php-excel

Automatically exported from code.google.com/p/php-excel
MIT License
0 stars 0 forks source link

Open Office #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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