We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc1ea6 commit 8255a5dCopy full SHA for 8255a5d
src/SimpleExcel/Parser/BaseParser.php
@@ -190,18 +190,4 @@ public function isFileReady($file_path) {
190
return TRUE;
191
}
192
193
-
194
- /**
195
- * Implemented in each class
196
- *
197
- * @param string $file_path Path to file
198
- */
199
- abstract public function loadFile($file_path);
200
201
202
203
204
- * @param string $string String to be loaded
205
206
- abstract public function loadString($str);
207
src/SimpleExcel/SimpleExcel.php
@@ -30,7 +30,7 @@
30
* @license http://www.opensource.org/licenses/mit-license
31
* @link http://github.com/faisalman/simple-excel-php
32
* @package SimpleExcel
33
- * @version 0.3.11
+ * @version 0.3.12
34
*/
35
36
namespace SimpleExcel;
0 commit comments