xlsxhelper


Namexlsxhelper JSON
Version 0.3.4 PyPI version JSON
download
home_pageNone
SummaryExcel file manipulation toolset.
upload_time2025-10-22 12:25:43
maintainerrRR0VrFP
docs_urlNone
authorrRR0VrFP
requires_python!=3.2.*,!=3.3.*,>=2.7
licenseMIT
keywords excel utils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # xlsxhelper

Excel file manipulation toolset. 

## Notice

The library is based on library openpyxl, so only xlsx (new excel format) files are supported.

## Help Functions

- get_workbook
- get_worksheet
- get_merged_range_string
- parse_cols
- parse_rows
- get_cells
- set_cells_data
- load_data_from_workbook
- get_merged_ranges
- copy_cells
- merge_ranges

## Test Passed With Pythons

- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11

## Releases

### v0.3.4 2025/10/22

- Doc update.

### v0.3.2 2023/09/10

- Fix unit test problem.

### v0.3.1 2022/01/10

- Fix license file missing problem.
- Add set_cells_data function.

### v0.3.0 2020/07/19

- Add workbook and worksheet create support.

### v0.2.1 2019/08/31

- Fix load_data_from_workbook get raw function statement problem.
- Fix worksheet.merged_cell_ranges deprecating problem, use worksheet.merged_cells.ranges instead.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xlsxhelper",
    "maintainer": "rRR0VrFP",
    "docs_url": null,
    "requires_python": "!=3.2.*,!=3.3.*,>=2.7",
    "maintainer_email": null,
    "keywords": "excel utils",
    "author": "rRR0VrFP",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/71/8e/8f119b748cdfc3cb7f55662fe94634b80942f5e3eec00c535eae639c656b/xlsxhelper-0.3.4.tar.gz",
    "platform": null,
    "description": "# xlsxhelper\n\nExcel file manipulation toolset. \n\n## Notice\n\nThe library is based on library openpyxl, so only xlsx (new excel format) files are supported.\n\n## Help Functions\n\n- get_workbook\n- get_worksheet\n- get_merged_range_string\n- parse_cols\n- parse_rows\n- get_cells\n- set_cells_data\n- load_data_from_workbook\n- get_merged_ranges\n- copy_cells\n- merge_ranges\n\n## Test Passed With Pythons\n\n- 2.7\n- 3.4\n- 3.5\n- 3.6\n- 3.7\n- 3.8\n- 3.9\n- 3.10\n- 3.11\n\n## Releases\n\n### v0.3.4 2025/10/22\n\n- Doc update.\n\n### v0.3.2 2023/09/10\n\n- Fix unit test problem.\n\n### v0.3.1 2022/01/10\n\n- Fix license file missing problem.\n- Add set_cells_data function.\n\n### v0.3.0 2020/07/19\n\n- Add workbook and worksheet create support.\n\n### v0.2.1 2019/08/31\n\n- Fix load_data_from_workbook get raw function statement problem.\n- Fix worksheet.merged_cell_ranges deprecating problem, use worksheet.merged_cells.ranges instead.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Excel file manipulation toolset.",
    "version": "0.3.4",
    "project_urls": null,
    "split_keywords": [
        "excel",
        "utils"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "60198ba789c0129e5d46278839c86a9e45eb5653966c1b9d59b5d3e2e8730290",
                "md5": "dc418821e361976285b66c5993840681",
                "sha256": "1d168de52799729da41a1864651176916ba549c67d9d0a1e67006a812ebc050e"
            },
            "downloads": -1,
            "filename": "xlsxhelper-0.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc418821e361976285b66c5993840681",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "!=3.2.*,!=3.3.*,>=2.7",
            "size": 5347,
            "upload_time": "2025-10-22T12:25:40",
            "upload_time_iso_8601": "2025-10-22T12:25:40.332290Z",
            "url": "https://files.pythonhosted.org/packages/60/19/8ba789c0129e5d46278839c86a9e45eb5653966c1b9d59b5d3e2e8730290/xlsxhelper-0.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "718e8f119b748cdfc3cb7f55662fe94634b80942f5e3eec00c535eae639c656b",
                "md5": "36bce5228be8b60669ab72661eff4b86",
                "sha256": "bdd59323a01bb61da36b55245bb36235ccb698b2c31fb032da94675fb03f32c2"
            },
            "downloads": -1,
            "filename": "xlsxhelper-0.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "36bce5228be8b60669ab72661eff4b86",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.2.*,!=3.3.*,>=2.7",
            "size": 5466,
            "upload_time": "2025-10-22T12:25:43",
            "upload_time_iso_8601": "2025-10-22T12:25:43.310598Z",
            "url": "https://files.pythonhosted.org/packages/71/8e/8f119b748cdfc3cb7f55662fe94634b80942f5e3eec00c535eae639c656b/xlsxhelper-0.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-22 12:25:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "xlsxhelper"
}
        
Elapsed time: 3.27025s