This repository was archived by the owner on Feb 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 23
23
------------------------------------------------------------------------------------------------------------------------------------
24
24
Changelog:
25
25
26
+ 1.6.0 (June 2, 2019) Fixed null values (thanks @gdesmedt1)
26
27
1.5.0 (January 11, 2019) Adds ability to include all headers in a fixed order even when no data is present for a given header in some or all rows.
27
28
1.4.0 (July 23, 2017) Transfer project to Brad Jasper. Fixed off-by-one array bug. Fixed previous value bug. Added custom annotations. Added ImportJSONFromSheet and ImportJSONBasicAuth.
28
29
1.3.0 Adds ability to import the text from a set of rows containing the text to parse. All cells are concatenated
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Here are all the functions available:
17
17
Review ` ImportJSON.gs ` for more info on how to use these in detail.
18
18
19
19
## Version
20
+ - v1.6.0 (June 2, 2019) Fixed null values (thanks @gdesmedt1 )
20
21
- v1.5.0 (January 11, 2019) Adds ability to include all headers in a fixed order even when no data is present for a given header in some or all rows.
21
22
- v1.4.0 (July 23, 2017) - Project transferred to Brad Jasper. Fixed off-by-one array bug. Fixed previous value bug. Added custom annotations. Added ImportJSONFromSheet and ImportJSONBasicAuth.
22
23
- v1.3.0 - Adds ability to import the text from a set of rows containing the text to parse. All cells are concatenated
You can’t perform that action at this time.
0 commit comments