- Export sheets and rows as pandas dataframe and series respectively. #22
Install the package with pandas as extras:pip install simple-smartsheet[pandas]
- Add multi picklist support #28
- Do not crash when deleting many rows #25
- All crud methods directly on the
Sheet
object were removed, useSheetCrud
methods instead, e.g.smartsheet.sheets.add_rows