A Python library for converting XLSX files to XML using Rust.
Project description
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:
pip install xlsx-to-xml
Here’s an example of how to use xlsx_to_xml:
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}")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xlsx_to_xml-0.1.6-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: xlsx_to_xml-0.1.6-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 921.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97326280500ed34f6b425485859468fc84032334e4aed57666816faa54930d77
|
|
| MD5 |
ae29b46995bc3a40e15e2f95fc8d6a02
|
|
| BLAKE2b-256 |
7f0900c92eb488bfea1b9759eb31d093318b74c5f287be56fdfb0cd919e7ce0f
|