SimpleExcel.php
[Pman.Core] / GnumericToExcel.php
index df04fd9..d8da8da 100644 (file)
@@ -28,7 +28,7 @@ class Pman_Core_GnumericToExcel extends Pman
         return true;
     }
 
-    function get()
+    function get($v, $opts=array())
     {
         
     }
@@ -111,5 +111,5 @@ class Pman_Core_GnumericToExcel extends Pman
         
     }
     
-    
+     
 }