Business Report Automation
Project description
Introduction
PyautoPDF is a Python library to read/write Excel files which includes the format of xlsx/xlsm/xltx/xltm.
Mailing List
Mail at - shaileshsuthar676@gmail.com
Sample Code::
# import the library
from PyautoPDF.PdfAutomationModule import PdfAutomation
import PyautoPDF
# create excel workbook
wb = PyautoPDF.create_wb()
# create a sheet at index zero in the existing workbook
sheet1 = PyautoPDF.create_sheet(wb=wb, sheet_name='Sheet1', index=0)
# variable declaration for sheet
sheet1 = PdfAutomation(target_sheet=sheet1)
# applying a methods to do the color filling task
sheet1.color_filling(1, 1, 6, 8, 2, 1)
# applying a methods to adjust the column width
col_width = {'A': 10, 'B': 15, 'C': 8, 'D': 30}
sheet1.adjust_columns(col_width=col_width)
# saving the workbook
wb.save('test.xlsx')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyautoPDF-0.1.5.tar.gz
(5.2 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 PyautoPDF-0.1.5.tar.gz.
File metadata
- Download URL: PyautoPDF-0.1.5.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
059b24f845987d051f52436e2d2210067d01238ae23052dcc3d15913c646e0f3
|
|
| MD5 |
45defdc7f283f6419ec7d07c20ddbe52
|
|
| BLAKE2b-256 |
ef78b0e9bdef8af7dc657c37d75cb123962c3e7ec5a389fcdf8601fbd9b22d25
|
File details
Details for the file PyautoPDF-0.1.5-py3-none-any.whl.
File metadata
- Download URL: PyautoPDF-0.1.5-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b92094c9d839a595b4b2869c235bca64744d8f8b856795c8247478ae5a4d2f8
|
|
| MD5 |
ff0c6fa743e74994ace06b3d50522a96
|
|
| BLAKE2b-256 |
478e8d156b658be7743148edabb932c2cfbf9e546017c7e424fa5b081124835e
|