X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=GnumericToExcel.php;fp=GnumericToExcel.php;h=527e103409ae8ee6cba9dfbea45032d911fcac25;hp=dd009b52a94fbb42bd4271edb20b22b552da7956;hb=305ca20696d5bd3e6da7187a4dae1dbf9d1900b3;hpb=c09df6ba25e12f8223b4c58989986b2e9efedecb diff --git a/GnumericToExcel.php b/GnumericToExcel.php index dd009b52..527e1034 100644 --- a/GnumericToExcel.php +++ b/GnumericToExcel.php @@ -110,6 +110,7 @@ class Pman_Core_GnumericToExcel extends Pman $targetTmp = $cc->convert('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'); $mime = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'; + $ext = ".xlsx"; }