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
)