PhpSpreadsheet/samples/Reader
Mark Baker c9dc1e6130
String value binder (#901)
* Document calculation caching; and how to disable it and how to flush the cache

* Quoted text for string values beginning with `=`, so that they are still treated as strings and not as formulae

* Warning about assigning cells to variables

* Further warning about assigning cells to variables

* getCell() with a second argument

* Added String Value Binder, and a Reader example demonstrating how to use it

* Ensure value is a string before binding

* Sample file for String Value Binder

* PHPCS moaning about order or use statements

* Order of annotations, that PHPStorm determined, isn't what phpcs says it should be
2019-02-23 18:40:07 +01:00
..
sampleData String value binder (#901) 2019-02-23 18:40:07 +01:00
01_Simple_file_reader_using_IOFactory.php Merge all examples together 2017-10-01 17:48:59 +09:00
02_Simple_file_reader_using_a_specified_reader.php Merge all examples together 2017-10-01 17:48:59 +09:00
03_Simple_file_reader_using_the_IOFactory_to_return_a_reader.php Merge all examples together 2017-10-01 17:48:59 +09:00
04_Simple_file_reader_using_the_IOFactory_to_identify_a_reader_to_use.php Merge all examples together 2017-10-01 17:48:59 +09:00
05_Simple_file_reader_using_the_read_data_only_option.php Merge all examples together 2017-10-01 17:48:59 +09:00
06_Simple_file_reader_loading_all_worksheets.php Merge all examples together 2017-10-01 17:48:59 +09:00
07_Simple_file_reader_loading_a_single_named_worksheet.php Merge all examples together 2017-10-01 17:48:59 +09:00
08_Simple_file_reader_loading_several_named_worksheets.php Merge all examples together 2017-10-01 17:48:59 +09:00
09_Simple_file_reader_using_a_read_filter.php Avoid underscore in property names 2017-10-08 14:37:11 +09:00
10_Simple_file_reader_using_a_configurable_read_filter.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
11_Reading_a_workbook_in_chunks_using_a_configurable_read_filter_(version_1).php Upgrade to latest PHP_CodeSniffer 2018-08-06 11:02:16 +09:00
12_Reading_a_workbook_in_chunks_using_a_configurable_read_filter_(version_2).php Upgrade to latest PHP_CodeSniffer 2018-08-06 11:02:16 +09:00
13_Simple_file_reader_for_multiple_CSV_files.php Merge all examples together 2017-10-01 17:48:59 +09:00
14_Reading_a_large_CSV_file_in_chunks_to_split_across_multiple_worksheets.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
15_Simple_file_reader_for_tab_separated_value_file_using_the_Advanced_Value_Binder.php Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
16_Handling_loader_exceptions_using_TryCatch.php Upgrade to PHP-CS-Fixer 2.7 2017-10-01 20:07:04 +09:00
17_Simple_file_reader_loading_several_named_worksheets.php Upgrade to PHP-CS-Fixer 2.7 2017-10-01 20:07:04 +09:00
18_Reading_list_of_worksheets_without_loading_entire_file.php Merge all examples together 2017-10-01 17:48:59 +09:00
19_Reading_worksheet_information_without_loading_entire_file.php Merge all examples together 2017-10-01 17:48:59 +09:00
20_Reader_worksheet_hyperlink_image.php Prefer https:// URLs when available in docs & comments 2018-10-28 13:55:00 +11:00
21_Reader_CSV_Long_Integers_with_String_Value_Binder.php String value binder (#901) 2019-02-23 18:40:07 +01:00