mfgwhitebox


Namemfgwhitebox JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://github.com/hedaima/excel-xml-converter
SummaryA package to convert between Excel and XML files.
upload_time2025-09-02 13:54:11
maintainerNone
docs_urlNone
authorliumao0917
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Excel-XML Converter

A simple command-line tool to convert between Excel (.xlsx) and XML files based on a specific data structure.

## Installation

```bash
pip install mfgwhitebox
```

## Usage

### Excel <=> XML,Excel <=> JSON,不支持XML与JSON互转
### 若outputFile不写时,默认转换到文件名的json文件

```bash
mfgwhitebox <inputFile> [outputFile]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hedaima/excel-xml-converter",
    "name": "mfgwhitebox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "liumao0917",
    "author_email": "liumao0917@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# Excel-XML Converter\r\n\r\nA simple command-line tool to convert between Excel (.xlsx) and XML files based on a specific data structure.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install mfgwhitebox\r\n```\r\n\r\n## Usage\r\n\r\n### Excel <=> XML\uff0cExcel <=> JSON\uff0c\u4e0d\u652f\u6301XML\u4e0eJSON\u4e92\u8f6c\r\n### \u82e5outputFile\u4e0d\u5199\u65f6\uff0c\u9ed8\u8ba4\u8f6c\u6362\u5230\u6587\u4ef6\u540d\u7684json\u6587\u4ef6\r\n\r\n```bash\r\nmfgwhitebox <inputFile> [outputFile]\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to convert between Excel and XML files.",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://github.com/hedaima/excel-xml-converter"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ac4ec86e8c456ea019adcaf3bd6d8e0d2b6d5a74ac9cb02909bea30bad4fac82",
                "md5": "c47edb58eef6e87e1310e5191bd68e10",
                "sha256": "7d735001ba7188a21abb602e92fa088e1abe7046ab0a24b43150fa501161d07d"
            },
            "downloads": -1,
            "filename": "mfgwhitebox-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c47edb58eef6e87e1310e5191bd68e10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 8310,
            "upload_time": "2025-09-02T13:54:11",
            "upload_time_iso_8601": "2025-09-02T13:54:11.672373Z",
            "url": "https://files.pythonhosted.org/packages/ac/4e/c86e8c456ea019adcaf3bd6d8e0d2b6d5a74ac9cb02909bea30bad4fac82/mfgwhitebox-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-02 13:54:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hedaima",
    "github_project": "excel-xml-converter",
    "github_not_found": true,
    "lcname": "mfgwhitebox"
}
        
Elapsed time: 0.88066s