PhpSpreadsheet/samples
Adrien Crivelli 2922a13764
Reorganize code samples
This introduce a helper class that should be used to log things,
avoiding a lot of boilerplate code.

Also all output are made in /tmp folder instead of beside the script
itself. This is because there is a high chance that the folder containing
the script is not writtable by webserver. So using the /tmp folder
makes it more likely to works in a variety of setup.
2016-09-01 01:17:13 +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 Reorganize code samples 2016-09-01 01:17:13 +09:00
templates Reorganize code samples 2016-09-01 01:17:13 +09:00
01_Simple.php Reorganize code samples 2016-09-01 01:17:13 +09:00
01_Simple_PCLZip.php Reorganize code samples 2016-09-01 01:17:13 +09:00
01_Simple_download_ods.php Reorganize code samples 2016-09-01 01:17:13 +09:00
01_Simple_download_pdf.php Reorganize code samples 2016-09-01 01:17:13 +09:00
01_Simple_download_xls.php Reorganize code samples 2016-09-01 01:17:13 +09:00
01_Simple_download_xlsx.php Reorganize code samples 2016-09-01 01:17:13 +09:00
02_Types.php Reorganize code samples 2016-09-01 01:17:13 +09:00
03_Formulas.php Reorganize code samples 2016-09-01 01:17:13 +09:00
04_Printing.php Reorganize code samples 2016-09-01 01:17:13 +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 Reorganize code samples 2016-09-01 01:17:13 +09:00
06_Largescale_with_cellcaching_sqlite.php Reorganize code samples 2016-09-01 01:17:13 +09:00
06_Largescale_with_cellcaching_sqlite3.php Reorganize code samples 2016-09-01 01:17:13 +09:00
07_Reader.php Reorganize code samples 2016-09-01 01:17:13 +09:00
07_Reader_PCLZip.php Reorganize code samples 2016-09-01 01:17:13 +09:00
08_Conditional_formatting.php Reorganize code samples 2016-09-01 01:17:13 +09:00
08_Conditional_formatting_2.php Reorganize code samples 2016-09-01 01:17:13 +09:00
09_Pagebreaks.php Reorganize code samples 2016-09-01 01:17:13 +09:00
10_Autofilter.php Reorganize code samples 2016-09-01 01:17:13 +09:00
10_Autofilter_selection_1.php Reorganize code samples 2016-09-01 01:17:13 +09:00
10_Autofilter_selection_2.php Reorganize code samples 2016-09-01 01:17:13 +09:00
10_Autofilter_selection_display.php Reorganize code samples 2016-09-01 01:17:13 +09:00
11_Documentsecurity.php Reorganize code samples 2016-09-01 01:17:13 +09:00
12_CellProtection.php Reorganize code samples 2016-09-01 01:17:13 +09:00
13_Calculation.php Reorganize code samples 2016-09-01 01:17:13 +09:00
13_CalculationCyclicFormulae.php Reorganize code samples 2016-09-01 01:17:13 +09:00
14_Excel5.php Reorganize code samples 2016-09-01 01:17:13 +09:00
15_Datavalidation.php Reorganize code samples 2016-09-01 01:17:13 +09:00
16_Csv.php Reorganize code samples 2016-09-01 01:17:13 +09:00
17_Html.php Reorganize code samples 2016-09-01 01:17:13 +09:00
18_Extendedcalculation.php Reorganize code samples 2016-09-01 01:17:13 +09:00
19_Namedrange.php Reorganize code samples 2016-09-01 01:17:13 +09:00
20_Read_Excel5.php Reorganize code samples 2016-09-01 01:17:13 +09:00
20_Read_Excel2003XML.php Reorganize code samples 2016-09-01 01:17:13 +09:00
20_Read_Gnumeric.php Reorganize code samples 2016-09-01 01:17:13 +09:00
20_Read_OOCalc.php Reorganize code samples 2016-09-01 01:17:13 +09:00
20_Read_OOCalc_with_PCLZip.php Reorganize code samples 2016-09-01 01:17:13 +09:00
20_Read_Sylk.php Reorganize code samples 2016-09-01 01:17:13 +09:00
21_Pdf.php Reorganize code samples 2016-09-01 01:17:13 +09:00
22_Heavily_formatted.php Reorganize code samples 2016-09-01 01:17:13 +09:00
23_Sharedstyles.php Reorganize code samples 2016-09-01 01:17:13 +09:00
24_Readfilter.php Reorganize code samples 2016-09-01 01:17:13 +09:00
25_In_memory_image.php Reorganize code samples 2016-09-01 01:17:13 +09:00
26_Utf8.php Reorganize code samples 2016-09-01 01:17:13 +09:00
27_Images_excel5.php Reorganize code samples 2016-09-01 01:17:13 +09:00
28_Iterator.php Reorganize code samples 2016-09-01 01:17:13 +09:00
29_Advanced_value_binder.php Reorganize code samples 2016-09-01 01:17:13 +09:00
30_Template.php Reorganize code samples 2016-09-01 01:17:13 +09:00
31_Document_properties_write.php Reorganize code samples 2016-09-01 01:17:13 +09:00
31_Document_properties_write_xls.php Reorganize code samples 2016-09-01 01:17:13 +09:00
32_Chart_read_write.php Reorganize code samples 2016-09-01 01:17:13 +09:00
32_Chart_read_write_HTML.php Reorganize code samples 2016-09-01 01:17:13 +09:00
32_Chart_read_write_PDF.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_area.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_bar.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_bar_stacked.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_column.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_column_2.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_composite.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_line.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_multiple_charts.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_pie.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_radar.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_scatter.php Reorganize code samples 2016-09-01 01:17:13 +09:00
33_Chart_create_stock.php Reorganize code samples 2016-09-01 01:17:13 +09:00
34_Chart_update.php Reorganize code samples 2016-09-01 01:17:13 +09:00
35_Chart_render.php Reorganize code samples 2016-09-01 01:17:13 +09:00
37_Page_layout_view.php Reorganize code samples 2016-09-01 01:17:13 +09:00
38_Clone_worksheet.php Reorganize code samples 2016-09-01 01:17:13 +09:00
39_Dropdown.php Reorganize code samples 2016-09-01 01:17:13 +09:00
40_Duplicate_style.php Reorganize code samples 2016-09-01 01:17:13 +09:00
41_Password.php Reorganize code samples 2016-09-01 01:17:13 +09:00
42_RichText.php Reorganize code samples 2016-09-01 01:17:13 +09:00
43_Merge_workbooks.php Reorganize code samples 2016-09-01 01:17:13 +09:00
44_Worksheet_info.php Reorganize code samples 2016-09-01 01:17:13 +09:00
45_Quadratic_equation_solver.php Reorganize code samples 2016-09-01 01:17:13 +09:00
Header.php Reorganize code samples 2016-09-01 01:17:13 +09:00
index.php Reorganize code samples 2016-09-01 01:17:13 +09:00