Skip to content

Releases: vlucas/sheetquery

v1.5.1

28 Jul 19:17
Compare
Choose a tag to compare

Fix to allow insertion and updating of some numeric and falsey data that is valid

v1.2.3

02 Feb 22:57
Compare
Choose a tag to compare

Bug fix that could lead to data loss in some cases

v1.2.0 - More Efficient Data Loading

16 Jul 01:38
Compare
Choose a tag to compare

The first load of spreadsheet data is now all done with a single call instead of separate ones for the values and headings. it should be slightly and marginally faster :)

h/t to this Reddit comment for the tip!