Sheetfu Versions Save

Python library to interact with Google Sheets V4 API

v1.6.1

2 years ago

Fix

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

v1.6.0

2 years ago

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

2 years ago

Fix

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

v1.5.4

3 years ago

Fix

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

v1.5.3

3 years ago

Fix

  • Update six library version. (cfbe527dcd167049f8f4ae8069b3ba09ed9243f5)
  • Fix when setting notes in sheet. (d5a0a24a28d7b6adf3f9a170212828bd6989a423)

Documentation

  • Typo (1f4897c35897284bf4ea32ddb0c3501a3c4db037)
  • Formatting. (4e3380be7bfc0d13e3197af5fa68bd495f168474)
  • Remove irrelevant content (6cd445572c5849e58a2e1cd63502b7291fbc0955)
  • Adding documentation for the Table object. (d42678e6eb2bccdf13e92cfab2f96ec62cd7033b)

v1.5.2

4 years ago

Fix

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

v1.5.1

4 years ago

Fix

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

Documentation

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

v1.5.0

4 years ago

Feature

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

Fix

  • missing commit in README example. (47fc0dffedec87a6557e82d1e2d5930fdba66a70)

Documentation

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

v1.4.2

4 years ago

Fix

  • Removed irrelevant print. (1943e43a48c9c0cff8ef1d41f21d49c25625e986)
  • Quick renaming and cleaning in tests. (9ba874f8bd9ba2801ba4511cdceea064ddc611c0)
  • Method creating sheets now return the sheets created. (14ecbcd69fa957a9cdc11a1913fc3bb7e1ab03ab)

Documentation

  • Fixed link. (028883515c29f38bf09813305464a41cc876e048)

v1.4.1

5 years ago

Fix

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