Releases: socialpoint-labs/sheetfu
Releases · socialpoint-labs/sheetfu
v1.6.1
Fix
- Range: Enforce userEnteredFormat as a field mask (
1e77f6b
)
v1.6.0
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
Fix
- Remove ugly print (
105ec78
)
- Dummy to test python semantic release (
342d49d
)
v1.5.3
Fix
- Update six library version. (cfbe527)
- Fix when setting notes in sheet. (d5a0a24)
Documentation
v1.5.2
Fix
- Assert that number of columns is an integer (c62b1c6)
v1.5.1
Fix
- Fix prs from forks triggering semantic release travis job (#39) (51f2245)
Documentation
- Simply adding long description for pypi. (3b77e27)
v1.5.0
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
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
Fix
- Matching sheet names ignoring case, as GSheets ignores case for sheet names internally. (62dca9c)