easyenvi
  • Easy Environment
  • Local Environment
    • Local initialisation
    • Local Operations
      • easyenvi.local.load
      • easyenvi.local.save
      • easyenvi.local.clear_folder
  • Google Cloud Environment
    • Google Cloud initialisation
    • Google Cloud Storage Operations
      • easyenvi.gcloud.GCS.load
      • easyenvi.gcloud.GCS.save
      • easyenvi.gcloud.GCS.download
      • easyenvi.gcloud.GCS.list_files
    • Big Query Operations
      • easyenvi.gcloud.BQ.load
      • easyenvi.gcloud.BQ.write
      • easyenvi.gcloud.BQ.append
      • easyenvi.gcloud.BQ.query
  • SharePoint Environment
    • SharePoint initialisation
    • SharePoint Operations
      • easyenvi.sharepoint.download
      • easyenvi.sharepoint.upload
      • easyenvi.sharepoint.list_files
      • easyenvi.sharepoint.delete_file
  • extra
    • Customise supported formats
Powered by GitBook
On this page
  1. SharePoint Environment

SharePoint Operations

The gcloud.BQ attribute of the EasyEnvironmentinstance allows to load tables into Python, create Big Query tables or add rows to them. It also allows to run big query queries.

  • EasyEnv.sharepoint.download: Download a file from SharePoint

  • EasyEnv.sharepoint.upload: Upload a file into SharePoint

  • EasyEnv.sharepoint.list_files: List the files in a SharePoint folder

  • EasyEnv.sharepoint.delete_file: Delete a SharePoint file

PreviousSharePoint initialisationNexteasyenvi.sharepoint.download

Last updated 1 year ago