xlsxhelper


Namexlsxhelper JSON
Version 0.3.2 PyPI version JSON
download
home_page
SummaryExcel file manipulation toolset.
upload_time2023-09-09 23:27:53
maintainerZhou Nan
docs_urlNone
authorZhou Nan
requires_python>=2.7, !=3.2.*, !=3.3.*
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.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": "",
    "name": "xlsxhelper",
    "maintainer": "Zhou Nan",
    "docs_url": null,
    "requires_python": ">=2.7, !=3.2.*, !=3.3.*",
    "maintainer_email": "zhounan@zencore.cn",
    "keywords": "excel utils",
    "author": "Zhou Nan",
    "author_email": "zhounan@zencore.cn",
    "download_url": "https://files.pythonhosted.org/packages/34/64/c447543b75276277d3ea6cb42131989346c07f89219ebf9f799f63641031/xlsxhelper-0.3.2.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.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.2",
    "project_urls": null,
    "split_keywords": [
        "excel",
        "utils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "007a66d607e4df80244f2907bb8fe75eb97eddacb3ab4485bf249489dbd70cc3",
                "md5": "050774bb308306ee37ad8ff0d711907b",
                "sha256": "6b5aab9080143e910d2b0fc1a1ab36e3fdd714a0fdb9571bbbc8be330817eebf"
            },
            "downloads": -1,
            "filename": "xlsxhelper-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "050774bb308306ee37ad8ff0d711907b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.2.*, !=3.3.*",
            "size": 5263,
            "upload_time": "2023-09-09T23:27:51",
            "upload_time_iso_8601": "2023-09-09T23:27:51.567302Z",
            "url": "https://files.pythonhosted.org/packages/00/7a/66d607e4df80244f2907bb8fe75eb97eddacb3ab4485bf249489dbd70cc3/xlsxhelper-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3464c447543b75276277d3ea6cb42131989346c07f89219ebf9f799f63641031",
                "md5": "d0de2e43b364208e20acfc4e0e688787",
                "sha256": "3fca91ede0388011ee5e2ac1217e62823cf2291a0e9adda00ba2dd29b3970b64"
            },
            "downloads": -1,
            "filename": "xlsxhelper-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d0de2e43b364208e20acfc4e0e688787",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, !=3.2.*, !=3.3.*",
            "size": 5387,
            "upload_time": "2023-09-09T23:27:53",
            "upload_time_iso_8601": "2023-09-09T23:27:53.409574Z",
            "url": "https://files.pythonhosted.org/packages/34/64/c447543b75276277d3ea6cb42131989346c07f89219ebf9f799f63641031/xlsxhelper-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-09 23:27:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "xlsxhelper"
}
        
Elapsed time: 0.26227s