ClickUp to Excel
Replicate ClickUp Database using Excel.
Developed by Dipan Nanda (c) 2023
Example of Usage
from clickuptoexcel import Migrate2Excel
location = 'C:/Data/'
attributes = None
api_key = """<YOUR_API_KEY>"""
helper = Migrate2Excel(location=location, clickup_api_token=api_key, attribute_values=attributes)
"""
:param string location: specify where you would want the database to be replicated
:param list attributes: list of attributes that you want in your excel files
:param string api_key: your Clickup API Token
"""
helper.start()
Changelog
Go here to checkout the complete changelog.
License
This is under GNU GPL v3.0 License
Release files for clickuptoexcel 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| clickuptoexcel-1.0.0.tar.gz | 18.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| clickuptoexcel-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.9 kB
Release files / clickuptoexcel-1.0.0.tar.gz
| Download URL | clickuptoexcel-1.0.0.tar.gz |
|---|---|
| Size | 18.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
761ff7fdcd5c201f48c41bfe81e90892ec5fc76f55009ce83efb9269afe3ec51
|
|
BLAKE2b-256 checksum How to use checksums |
4807c6cb73af304d13a40209a5ced72007f506568e0212e3bb7d1898103e81e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|
Release files / clickuptoexcel-1.0.0-py3-none-any.whl
| Download URL | clickuptoexcel-1.0.0-py3-none-any.whl |
|---|---|
| Size | 17.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bc0ca0b17fdf346e1ad0ca26b7dc023ae76dccadd0f24959b8f1c12e83bc3e15
|
|
BLAKE2b-256 checksum How to use checksums |
815e42cbf6f253c0148dbd1cfdeef2fb09d7c1f4e879a56c2c1c98c7a4e74e9a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|