-
Notifications
You must be signed in to change notification settings - Fork 26
/
phpexcel_resources.html
105 lines (104 loc) · 5.1 KB
/
phpexcel_resources.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PHPOffice</title>
<link href="statics/css/bootstrap.min.css" rel="stylesheet">
<link href="statics/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="statics/css/gh-fork-ribbon.css" rel="stylesheet" />
<!--[if IE]>
<link href="statics/css/gh-fork-ribbon.ie.css" rel="stylesheet" />
<![endif]-->
<link href="statics/css/style.css" rel="stylesheet">
</head>
<body>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a href="https://github.com/PHPOffice/PHPExcel">Fork me on GitHub</a>
</div>
</div>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="brand" href="index.html">PHPOffice</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="phpexcel_features.html">PHPExcel</a></li>
<li><a href="#">PHPPowerPoint</a></li>
<li><a href="#">PHPProject</a></li>
<li><a href="#">PHPVisio</a></li>
<li><a href="#">PHPWord</a></li>
</ul>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
<div class="container-fluid">
<div class="row-fluid">
<div class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li class="nav-header">PHPExcel</li>
<li><a href="phpexcel_news.html">News</a></li>
<li><a href="phpexcel_features.html">Features</a></li>
<li><a href="phpexcel_requirements.html">Requirements</a></li>
<li><a href="phpexcel_faq.html">FAQ</a></li>
<li><a href="phpexcel_contribute.html">Contribute</a></li>
<li><a href="phpexcel_roadmap.html">Roadmap</a></li>
<li class="active"><a href="phpexcel_resources.html">Resources</a></li>
<li><a href="phpexcel_credits.html">Credits</a></li>
</ul>
</div><!--/.well -->
</div><!--/span-->
<div class="span10">
<h1>Resources</h1>
<h2>File format documentation</h2>
<h3>OpenXML / SpreadsheetML</h3>
<ul>
<li><a href="http://www.ecma-international.org/news/TC45_current_work/TC45_available_docs.htm">http://www.ecma-international.org/news/TC45_current_work/TC45_available_docs.htm</a></li>
<li><a href="http://grandfather.developpez.com/articles/openxml/php/lecture/">http://grandfather.developpez.com/articles/openxml/php/lecture/</a></li>
</ul>
<h3>OpenXML Explained e-book</h3>
<ul>
<li><a href="http://openxmldeveloper.org/articles/1970.aspx">http://openxmldeveloper.org/articles/1970.aspx</a></li>
</ul>
<h3>GoogleSpreadsheets</h3>
<ul>
<li><a href="http://code.google.com/apis/spreadsheets/gdata.html">http://code.google.com/apis/spreadsheets/gdata.html</a></li>
</ul>
<h2>Tools</h2>
<ul>
<li>Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats : <a href="http://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en</a></li>
<li>OpenXML Package Explorer : <a href="http://www.codeplex.com/PackageExplorer/">http://www.codeplex.com/PackageExplorer/</a></li>
</ul>
<h2>Links</h2>
<ul>
<li>English PHPExcel tutorial : <a href="http://openxmldeveloper.org/articles/4606.aspx">http://openxmldeveloper.org/articles/4606.aspx</a></li>
<li>French PHPExcel tutorial : <a href="http://g-ernaelsten.developpez.com/tutoriels/excel2007/PHPExcel.pdf">http://g-ernaelsten.developpez.com/tutoriels/excel2007/PHPExcel.pdf</a></li>
<li>Web-junior has posted a number of entries in Russian on his blog about how to use PHPExcel : <a href="http://www.web-junior.net/sozdanie-excel-fajjlov-s-pomoshhyu-phpexcel/">http://www.web-junior.net/sozdanie-excel-fajjlov-s-pomoshhyu-phpexcel/</a></li>
<li>A Japanese-language introduction to PHPExcel : <a href="http://journal.mycom.co.jp/articles/2009/03/06/phpexcel/index.html">http://journal.mycom.co.jp/articles/2009/03/06/phpexcel/index.html</a></li>
</ul>
<h2>PHP Libraries</h2>
<h3>OpenXML</h3>
<ul>
<li><a href="https://github.com/PHPOffice/PHPExcel">https://github.com/PHPOffice/PHPExcel</a> ;-)</li>
</ul>
<h3>ODF</h3>
<ul>
<li><a href="http://www.fallengods.com/blog/php-opendocument-library/">http://www.fallengods.com/blog/php-opendocument-library/</a></li>
</ul>
<h3>Excel (BIFF)</h3>
<ul>
<li><a href="http://sourceforge.net/projects/phpexcelreader">http://sourceforge.net/projects/phpexcelreader</a></li>
<li><a href="http://pear.php.net/package/Spreadsheet_Excel_Writer/">http://pear.php.net/package/Spreadsheet_Excel_Writer/</a></li>
</ul>
</div><!--/span-->
</div><!--/row-->
</div><!--/.fluid-container-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="statics/js/bootstrap.min.js"></script>
</body>
</html>