PhpSpreadsheet/samples
Adrien Crivelli 035281f04c
Basic test covering of all PDF writers
Third party PDF libraries must now be installed via composer and naturally
via composer autoloading mechanism. Because of that it is not necessary
to specify their path on disk. The usage is simplified and it allows us
to include them in our unit tests.

This also means that from now on PhpSpreadsheet must use composer autoloader
mechanism. The internal autoloading implementation was dropped.
2017-01-22 00:49:44 +09:00
..
bootstrap Reorganize code samples 2016-09-01 01:17:13 +09:00
data/continents Reorganize code samples 2016-09-01 01:17:13 +09:00
images Add missing sample image 2016-11-28 00:53:19 +09:00
templates Apply Scrutinzer patches for spacing 2017-01-05 12:14:44 +09:00
01_Simple.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
01_Simple_PCLZip.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
01_Simple_download_ods.php Rename OOCalc and OpenDocument into Ods 2016-10-06 21:07:57 +09:00
01_Simple_download_pdf.php Basic test covering of all PDF writers 2017-01-22 00:49:44 +09:00
01_Simple_download_xls.php Rename Excel5 into Xls 2016-10-06 20:49:41 +09:00
01_Simple_download_xlsx.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
02_Types.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
03_Formulas.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
04_Printing.php Add documentation welcome page 2016-11-27 19:34:17 +09:00
05_Feature_demo.php Reorganize code samples 2016-09-01 01:17:13 +09:00
06_Largescale.php Reorganize code samples 2016-09-01 01:17:13 +09:00
06_Largescale_with_cellcaching.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
06_Largescale_with_cellcaching_sqlite.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
06_Largescale_with_cellcaching_sqlite3.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
07_Reader.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
07_Reader_PCLZip.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
08_Conditional_formatting.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
08_Conditional_formatting_2.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
09_Pagebreaks.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
10_Autofilter.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
10_Autofilter_selection_1.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
10_Autofilter_selection_2.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
10_Autofilter_selection_display.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
11_Documentsecurity.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
12_CellProtection.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
13_Calculation.php Some functions were not callable because of wrong declaration 2016-12-03 14:51:04 +09:00
13_CalculationCyclicFormulae.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
14_Xls.php Rename OOCalc and OpenDocument into Ods 2016-10-06 21:07:57 +09:00
15_Datavalidation.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
16_Csv.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
17_Html.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
18_Extendedcalculation.php Some functions were not callable because of wrong declaration 2016-12-03 14:51:04 +09:00
19_Namedrange.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
20_Read_Excel2003XML.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
20_Read_Gnumeric.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
20_Read_Ods.php Rename OOCalc and OpenDocument into Ods 2016-10-06 21:07:57 +09:00
20_Read_Ods_with_PCLZip.php Rename OOCalc and OpenDocument into Ods 2016-10-06 21:07:57 +09:00
20_Read_Sylk.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
20_Read_Xls.php Rename OOCalc and OpenDocument into Ods 2016-10-06 21:07:57 +09:00
21_Pdf_Domdf.php Basic test covering of all PDF writers 2017-01-22 00:49:44 +09:00
21_Pdf_TCPDF.php Basic test covering of all PDF writers 2017-01-22 00:49:44 +09:00
21_Pdf_mPDF.php Basic test covering of all PDF writers 2017-01-22 00:49:44 +09:00
22_Heavily_formatted.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
23_Sharedstyles.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
24_Readfilter.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
25_In_memory_image.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
26_Utf8.php Basic test covering of all PDF writers 2017-01-22 00:49:44 +09:00
27_Images_Xls.php Rename OOCalc and OpenDocument into Ods 2016-10-06 21:07:57 +09:00
28_Iterator.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
29_Advanced_value_binder.php Drop deprecated methods #22 2016-12-04 15:06:31 +09:00
30_Template.php Rename Excel5 into Xls 2016-10-06 20:49:41 +09:00
31_Document_properties_write.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
31_Document_properties_write_xls.php Rename Excel5 into Xls 2016-10-06 20:49:41 +09:00
32_Chart_read_write.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
32_Chart_read_write_HTML.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
32_Chart_read_write_PDF.php Basic test covering of all PDF writers 2017-01-22 00:49:44 +09:00
33_Chart_create_area.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
33_Chart_create_bar.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
33_Chart_create_bar_stacked.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
33_Chart_create_column.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
33_Chart_create_column_2.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
33_Chart_create_composite.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
33_Chart_create_line.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
33_Chart_create_multiple_charts.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
33_Chart_create_pie.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
33_Chart_create_radar.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
33_Chart_create_scatter.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
33_Chart_create_stock.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
34_Chart_update.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
35_Chart_render.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
37_Page_layout_view.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
38_Clone_worksheet.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
39_Dropdown.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
40_Duplicate_style.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
41_Password.php Reorganize code samples 2016-09-01 01:17:13 +09:00
42_RichText.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
43_Merge_workbooks.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
44_Worksheet_info.php Rename Excel2007 into Xlsx 2016-10-06 20:39:10 +09:00
45_Quadratic_equation_solver.php Reorganize code samples 2016-09-01 01:17:13 +09:00
Header.php Introduce vendor prefix `PhpOffice` to namespace 2016-09-01 02:20:47 +09:00
index.php Reorganize code samples 2016-09-01 01:17:13 +09:00