Skip to content

Releases: socialpoint-labs/sheetfu

v1.6.1

07 Dec 08:45
Compare
Choose a tag to compare

Fix

  • Range: Enforce userEnteredFormat as a field mask (1e77f6b)

v1.6.0

26 Nov 16:13
Compare
Choose a tag to compare

Feature

  • Add formulas integration (590df68)
  • Range: Add datetime python conversion (fe664b6)
  • Item: Add to_dict method to convert Item object to simple dictionary (210d10e)

Fix

  • PEP8 formatting (04a74f9)
  • Sheet: Fixes missing sheet name in a1 notation when using get_range method (4770fb1)

Documentation

  • Add datetime explanation in the README (cb21f86)

v1.5.6

18 Nov 18:09
Compare
Choose a tag to compare

Fix

  • Remove ugly print (105ec78)
  • Dummy to test python semantic release (342d49d)

v1.5.4

15 Oct 11:35
Compare
Choose a tag to compare

Fix

  • Update supported python versions (#51) (d3b5a3a)

v1.5.3

11 Jun 16:09
Compare
Choose a tag to compare

Fix

  • Update six library version. (cfbe527)
  • Fix when setting notes in sheet. (d5a0a24)

Documentation

v1.5.2

25 Feb 10:31
Compare
Choose a tag to compare

Fix

  • Assert that number of columns is an integer (c62b1c6)

v1.5.1

24 Feb 10:20
Compare
Choose a tag to compare

Fix

  • Fix prs from forks triggering semantic release travis job (#39) (51f2245)

Documentation

  • Simply adding long description for pypi. (3b77e27)

v1.5.0

06 Nov 18:44
Compare
Choose a tag to compare

Feature

  • Added coordinates getters at Range level for syntactic sugar. (c8e72e9)

Fix

  • missing commit in README example. (47fc0df)

Documentation

  • Added documentation for missing methods, added new methods at range level. (9cf53f6)

v1.4.2

06 Nov 18:31
Compare
Choose a tag to compare

Fix

  • Removed irrelevant print. (1943e43)
  • Quick renaming and cleaning in tests. (9ba874f)
  • Method creating sheets now return the sheets created. (14ecbcd)

Documentation

v1.4.1

15 May 09:11
Compare
Choose a tag to compare

Fix

  • Matching sheet names ignoring case, as GSheets ignores case for sheet names internally. (62dca9c)