xlsx-to-xml


Namexlsx-to-xml JSON
Version 0.1.6 PyPI version JSON
download
home_pageNone
SummaryA Python library for converting XLSX files to XML using Rust.
upload_time2024-08-30 17:29:29
maintainerNone
docs_urlNone
authorChandan Bauri <chandanbauri441@gmail.com>
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `xlsx_to_xml`

`xlsx_to_xml` is a Python library that enables you to convert Excel files (.xlsx) into XML format easily and efficiently. This library is built with Rust, offering high performance and reliability, making it perfect for developers and data professionals who need to transform spreadsheet data into structured XML.

## Features

- **Effortless Conversion**: Convert entire Excel workbooks or specific sheets to XML.
- **High Performance**: Utilizes Rust for fast and efficient processing.
- **Customizable Output**: Supports customization to match various XML schemas.
- **Cross-Platform**: Compatible with Windows, macOS, and Linux.

## Installation

To install the library, use `pip`:

```bash
pip install xlsx-to-xml

```

Here’s an example of how to use xlsx_to_xml:

```python

from xlsx_to_xml import xlsx_to_xml

try:
    xml_output = xlsx_to_xml.convert_xlsx_to_xml("example.xlsx", "Sheet1")
    print(xml_output)
except Exception as e:
    print(f"An error occurred: {e}")

```




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xlsx-to-xml",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Chandan Bauri <chandanbauri441@gmail.com>",
    "author_email": "Chandan Bauri <chandanbauri441@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# `xlsx_to_xml`\n\n`xlsx_to_xml` is a Python library that enables you to convert Excel files (.xlsx) into XML format easily and efficiently. This library is built with Rust, offering high performance and reliability, making it perfect for developers and data professionals who need to transform spreadsheet data into structured XML.\n\n## Features\n\n- **Effortless Conversion**: Convert entire Excel workbooks or specific sheets to XML.\n- **High Performance**: Utilizes Rust for fast and efficient processing.\n- **Customizable Output**: Supports customization to match various XML schemas.\n- **Cross-Platform**: Compatible with Windows, macOS, and Linux.\n\n## Installation\n\nTo install the library, use `pip`:\n\n```bash\npip install xlsx-to-xml\n\n```\n\nHere\u2019s an example of how to use xlsx_to_xml:\n\n```python\n\nfrom xlsx_to_xml import xlsx_to_xml\n\ntry:\n    xml_output = xlsx_to_xml.convert_xlsx_to_xml(\"example.xlsx\", \"Sheet1\")\n    print(xml_output)\nexcept Exception as e:\n    print(f\"An error occurred: {e}\")\n\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python library for converting XLSX files to XML using Rust.",
    "version": "0.1.6",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f0900c92eb488bfea1b9759eb31d093318b74c5f287be56fdfb0cd919e7ce0f",
                "md5": "ae29b46995bc3a40e15e2f95fc8d6a02",
                "sha256": "97326280500ed34f6b425485859468fc84032334e4aed57666816faa54930d77"
            },
            "downloads": -1,
            "filename": "xlsx_to_xml-0.1.6-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ae29b46995bc3a40e15e2f95fc8d6a02",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 921761,
            "upload_time": "2024-08-30T17:29:29",
            "upload_time_iso_8601": "2024-08-30T17:29:29.746745Z",
            "url": "https://files.pythonhosted.org/packages/7f/09/00c92eb488bfea1b9759eb31d093318b74c5f287be56fdfb0cd919e7ce0f/xlsx_to_xml-0.1.6-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 17:29:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "xlsx-to-xml"
}
        
Elapsed time: 1.00637s