A Python micropackage for consuming Excel as CSV.
Project description
xlcsv
A Python micropackage for consuming Excel as CSV.
Build CSV StringIO from Excel files.
import xlcsv
buffer = xlcsv.to_csv_buffer("my-file.xlsx")
Read Excel files without Excel using a DataFrame library.
# ...
import pandas as pd
df = pd.read_csv(buffer)
import polars as pl
df = pl.read_csv(buffer)
Contributing
See CONTRIBUTING.md.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xlcsv-0.3.0.tar.gz
(3.5 kB
view details)
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
xlcsv-0.3.0-py3-none-any.whl
(3.8 kB
view details)
File details
Details for the file xlcsv-0.3.0.tar.gz.
File metadata
- Download URL: xlcsv-0.3.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61cc2e9f1029ffbd8e4aa18d0bb090e14dcf13cd53d2c5825c4a39b8a90c9f79
|
|
| MD5 |
85a0e3d3f3e8cf66633e6f96a43e1629
|
|
| BLAKE2b-256 |
01a5a51c39d8cf5f8f40852d9f00459ca4600dba00bbf00de5ece2617da48e35
|
File details
Details for the file xlcsv-0.3.0-py3-none-any.whl.
File metadata
- Download URL: xlcsv-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c1009d65bb831113c16ce0dfbd4d782f081cafa038521262fa674e1bd38ab16
|
|
| MD5 |
baa73cddfdfa1ef110a5a1aeb084a229
|
|
| BLAKE2b-256 |
c4f46630710c6b5ef6ce0831847f81d5d88df53fdd84d9bc26b703d424cebded
|