PyautoPDF


NamePyautoPDF JSON
Version 0.1.5 PyPI version JSON
download
home_page
SummaryBusiness Report Automation
upload_time2023-01-10 13:22:09
maintainer
docs_urlNone
authorShailesh Suthar
requires_python
licenseMIT
keywords python pdf pdf automation documentation report automation report
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
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')


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "PyautoPDF",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,PDF,PDF automation,documentation,report automation,report",
    "author": "Shailesh Suthar",
    "author_email": "shaileshsuthar676@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ef/78/b0e9bdef8af7dc657c37d75cb123962c3e7ec5a389fcdf8601fbd9b22d25/PyautoPDF-0.1.5.tar.gz",
    "platform": null,
    "description": "\r\nIntroduction\r\n------------\r\n\r\nPyautoPDF is a Python library to read/write Excel files which includes the format of xlsx/xlsm/xltx/xltm.\r\n\r\nMailing List\r\n------------\r\n\r\nMail at - shaileshsuthar676@gmail.com\r\n\r\nSample Code::\r\n\r\n    # import the library\r\n    from PyautoPDF.PdfAutomationModule import PdfAutomation\r\n    import PyautoPDF\r\n\r\n    # create excel workbook\r\n    wb = PyautoPDF.create_wb()\r\n\r\n    # create a sheet at index zero in the existing workbook\r\n    sheet1 = PyautoPDF.create_sheet(wb=wb, sheet_name='Sheet1', index=0)\r\n\r\n    # variable declaration for sheet\r\n    sheet1 = PdfAutomation(target_sheet=sheet1)\r\n\r\n    # applying a methods to do the color filling task\r\n    sheet1.color_filling(1, 1, 6, 8, 2, 1)\r\n\r\n    # applying a methods to adjust the column width\r\n    col_width = {'A': 10, 'B': 15, 'C': 8, 'D': 30}\r\n    sheet1.adjust_columns(col_width=col_width)\r\n\r\n    # saving the workbook\r\n    wb.save('test.xlsx')\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Business Report Automation",
    "version": "0.1.5",
    "split_keywords": [
        "python",
        "pdf",
        "pdf automation",
        "documentation",
        "report automation",
        "report"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "478e8d156b658be7743148edabb932c2cfbf9e546017c7e424fa5b081124835e",
                "md5": "ff0c6fa743e74994ace06b3d50522a96",
                "sha256": "5b92094c9d839a595b4b2869c235bca64744d8f8b856795c8247478ae5a4d2f8"
            },
            "downloads": -1,
            "filename": "PyautoPDF-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ff0c6fa743e74994ace06b3d50522a96",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5436,
            "upload_time": "2023-01-10T13:22:06",
            "upload_time_iso_8601": "2023-01-10T13:22:06.054849Z",
            "url": "https://files.pythonhosted.org/packages/47/8e/8d156b658be7743148edabb932c2cfbf9e546017c7e424fa5b081124835e/PyautoPDF-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef78b0e9bdef8af7dc657c37d75cb123962c3e7ec5a389fcdf8601fbd9b22d25",
                "md5": "45defdc7f283f6419ec7d07c20ddbe52",
                "sha256": "059b24f845987d051f52436e2d2210067d01238ae23052dcc3d15913c646e0f3"
            },
            "downloads": -1,
            "filename": "PyautoPDF-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "45defdc7f283f6419ec7d07c20ddbe52",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5194,
            "upload_time": "2023-01-10T13:22:09",
            "upload_time_iso_8601": "2023-01-10T13:22:09.277844Z",
            "url": "https://files.pythonhosted.org/packages/ef/78/b0e9bdef8af7dc657c37d75cb123962c3e7ec5a389fcdf8601fbd9b22d25/PyautoPDF-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-10 13:22:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pyautopdf"
}
        
Elapsed time: 0.02809s