PhpSpreadsheet/Examples
Mark Baker a49b3c4834 Example of cell-level protection in a worksheet 2013-02-27 12:52:57 +00:00
..
images Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
templates Example spreadsheet with charts for HTML and PDF renderer examples 2012-11-07 19:59:02 +00:00
.gitignore Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
01pharSimple.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
01simple-download-pdf.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
01simple-download-xls.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
01simple-download-xlsx.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
01simple.php Added autowrap text to simple example 2012-12-18 12:48:41 +00:00
02types-xls.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
02types.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
03formulas.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
04printing.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
05featuredemo.inc.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
05featuredemo.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
06largescale-with-cellcaching.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
06largescale-xls.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
06largescale.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
07reader.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
08conditionalformatting.php Fix GH-8 / CP-11704 (Conditional formatting in Excel 5) 2012-12-18 00:46:53 +01:00
08conditionalformatting2.php Fix GH-8 / CP-11704 (Conditional formatting in Excel 5) 2012-12-18 00:46:53 +01:00
09pagebreaks.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
10autofilter-selection-1.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
10autofilter-selection-2.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
10autofilter.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
11documentsecurity-xls.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
11documentsecurity.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
12cellProtection.php Example of cell-level protection in a worksheet 2013-02-27 12:52:57 +00:00
13calculation.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
14excel5.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
15datavalidation-xls.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
15datavalidation.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
16csv.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
17html.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
18extendedcalculation.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
19namedrange.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
20readexcel5.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
21pdf.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
22heavilyformatted.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
23sharedstyles.php Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
24readfilter.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
25inmemoryimage.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
26utf8.php Additional work on chart functionality for HTML and PDF Writers 2012-11-07 19:57:25 +00:00
27imagesexcel5.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
28iterator.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
29advancedvaluebinder.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
30template.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
31docproperties_write-xls.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
31docproperties_write.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
32chartreadwrite.php __DIR__ -> dirname(__FILE__) 2012-11-24 09:44:56 +01:00
33chartcreate-area.php Bugfix: Work item 18794 - CSV files without a file extension being identified as HTML 2012-10-16 13:39:59 +01:00
33chartcreate-bar-stacked.php Bugfix: Work item 18794 - CSV files without a file extension being identified as HTML 2012-10-16 13:39:59 +01:00
33chartcreate-bar.php Bugfix: Work item 18794 - CSV files without a file extension being identified as HTML 2012-10-16 13:39:59 +01:00
33chartcreate-column-2.php Bugfix: Work item 18794 - CSV files without a file extension being identified as HTML 2012-10-16 13:39:59 +01:00
33chartcreate-column.php Bugfix: Work item 18794 - CSV files without a file extension being identified as HTML 2012-10-16 13:39:59 +01:00
33chartcreate-composite-chart.php Fix for composite charts indexing and ordering for each group 2013-02-19 12:23:38 +00:00
33chartcreate-line.php Bugfix: Work item 18794 - CSV files without a file extension being identified as HTML 2012-10-16 13:39:59 +01:00
33chartcreate-multiple-charts.php Bugfix: Work item 18794 - CSV files without a file extension being identified as HTML 2012-10-16 13:39:59 +01:00
33chartcreate-pie.php Bugfix: Work item 18794 - CSV files without a file extension being identified as HTML 2012-10-16 13:39:59 +01:00
33chartcreate-radar.php Bugfix: Work item 18794 - CSV files without a file extension being identified as HTML 2012-10-16 13:39:59 +01:00
34chartupdate.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
35chartrender.php __DIR__ -> dirname(__FILE__) 2012-11-24 09:44:56 +01:00
36chartreadwriteHTML.php __DIR__ -> dirname(__FILE__) 2012-11-24 09:44:56 +01:00
36chartreadwritePDF.php __DIR__ -> dirname(__FILE__) 2012-11-24 09:44:56 +01:00
37page_layout_view.php Fix GH-22 (Support of SheetView in Excel5 Writer) 2012-11-13 23:01:49 +01:00
40duplicateStyle.php Add duplicateStyle example 2012-11-20 01:28:00 +06:00
Excel2003XMLReader.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
Excel2003XMLTest.xml Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
GnumericReader.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
GnumericTest.gnumeric Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
OOCalcReader.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
OOCalcTest.ods Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
Quadratic.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
Quadratic.xlsx Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
Quadratic2.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
SylkReader.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
SylkTest.slk Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
XMLReader.php Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
XMLTest.xml Rename Tests folder as Examples folder 2012-10-13 13:43:49 +01:00
runall.php Example of cell-level protection in a worksheet 2013-02-27 12:52:57 +00:00