Feature: Work item 8769 - Implement Gnumeric File Format

Initial work on Gnumeric Reader (Worksheet Data and basic Document Properties)

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@60279 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker
2010-09-02 13:38:17 +00:00
parent dfa6533b10
commit f897a2d808
3 changed files with 435 additions and 1 deletions
+4
View File
@@ -75,6 +75,7 @@ class PHPExcel_IOFactory
'Excel2003XML',
'OOCalc',
'SYLK',
'Gnumeric',
'Serialized',
'CSV',
);
@@ -247,6 +248,9 @@ class PHPExcel_IOFactory
case 'xml':
$reader = self::createReader('Excel2003XML');
break;
case 'gnumeric':
$reader = self::createReader('Gnumeric');
break;
case 'csv':
// Do nothing
// We must not try to use CSV reader since it loads