A package to convert CSV files to Excel on Azure Blob Storage.
Project description
CSV to Excel
This project contains a python program that converts CSV files available at azure storage container to Excel format ans save at the same location.
Features
- Convert CSV files available in azure blob storage and convert it to Excel format and save it at the same container location
Usage
- To import in your project
pip install csv-excel-azure
from csv_excel_azure import AzureCSVToExcelConverter
Azure Blob Storage connection string
connection_string = ""
Initialize converter
converter = AzureBlobConverter(connection_string="connection_string")
Convert CSV to Excel
converter.csv_to_excel(container_name="container_name", csv_blob_name="file_name")
License
This project is licensed under the MIT License.
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
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 csv_excel_azure-1.1.1.tar.gz.
File metadata
- Download URL: csv_excel_azure-1.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e495fd83ee30b282757bd661beacf82fe648d173145a01ebcccafbb605e0f1d
|
|
| MD5 |
927ad44c1c819c0b785806f0a21d5928
|
|
| BLAKE2b-256 |
ed08b5fedcc3adcef36204dc1933ac687c8a663cb0724290f77948b7a7bfa3b4
|
File details
Details for the file csv_excel_azure-1.1.1-py3-none-any.whl.
File metadata
- Download URL: csv_excel_azure-1.1.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc5f0586e5f1c934ce25facb7b4ecf81f5d0e717d4ab7ec05c7267358609b162
|
|
| MD5 |
fc35c2e754ede611dba7bdaccff9c9a3
|
|
| BLAKE2b-256 |
a7ec28497418bb4ddd6d09659338765f88ff0e2eff55535a31bf24ed846e3a49
|