Python script to upload Excel data to OpenProject (not fully tested) import pandas as pd import requests import argparse """ This Python script is designed to facilitate the bulk uploading of work packages into an OpenProject instance. Work packages, which are project...