Connect Smartsheet with Dataframe
Project description
Smartsheet of Kyle
It was created Khang Vuong
Examples of How To Use
Ksheet
from Kyle_Smartsheet import KSheet
sheet = KSheet(SheetID,token)
# Get dataframe
df = sheet.get_dataframe()
# Get column ID
columnID = sheet.get_columnID()
# Get column type
columntype = sheet.get_columnType()
# Convert df to dictionary
dic = convert_df_to_dict(df)
# Add rows
sheet.add_rows(df)
# Update rows
sheet.update_rows(df,list_rowID)
# Delete rows
sheet.delete_rows(df,lst_rowID)
KSmartsheet
from Kyle_Smartsheet import KSmartsheet
smart = KSmartSheet(token).smart
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Kyle_Smartsheet-0.0.3.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Kyle_Smartsheet-0.0.3.tar.gz.
File metadata
- Download URL: Kyle_Smartsheet-0.0.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90012b15499c368bd79dc602986a25e8ae51362f281f44b3fa954c2aa9518c3e
|
|
| MD5 |
5951213f1902ea1cfc2e8d12c24061c3
|
|
| BLAKE2b-256 |
348b8a2023175c1fdbc352e53750bee8eb8ea5b628f9156e141895a4ad269e43
|
File details
Details for the file Kyle_Smartsheet-0.0.3-py3-none-any.whl.
File metadata
- Download URL: Kyle_Smartsheet-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4bcc24c5eb82f1a1798f72dbb930e390a39f085b7dc7e816525c52796d13c8a
|
|
| MD5 |
802ac0ef885702dd7b206115197b18bf
|
|
| BLAKE2b-256 |
cb29014b2e34dcf22021b9248c474da16744f79c7f412f2eebc6dd5b1b6e8a71
|