Skip to main content

High performace excel file generation library.

Project description

pyfastexcel

GitHub Actions Workflow Status Go Report Card GitHub Actions Workflow Status GitHub Actions Workflow Status Codacy Badge codecov Documentation Status

This package enables high-performance Excel writing by integrating with the streaming API from the golang package excelize. Users can leverage this functionality without the need to write any Go code, as the entire process can be accomplished through Python.

Features

  • Python and Golang Integration: Seamlessly call Golang built shared libraries from Python.

  • No Golang Code Required: Users can solely rely on Python for Excel file generation, eliminating the need for Golang expertise.

Installation

Install via pip (Recommended)

You can easily install the package via pip

pip install pyfastexcel

Install manually

If you prefer to build the package manually, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Zncl2222/pyfastexcel.git
    
  2. Go to the project root directory:

    cd pyfastexcel
    
  3. Install the required golang packages:

    go mod download
    
  4. Build the Golang shared library using the Makefile:

    make
    
  5. Install the required python packages:

    pip install -r requirements.txt
    

    or

    pipenv install
    
  6. Import the project and start using it!

Requirements

Operating System Version
Linux Ubuntu 18.04 or higher
macOS macOS 13 (x86-64)
Windows Windows 10 or higher

Python Versions

  • Python 3.8 or higher

For earlier versions of Python or other operating systems, compatibility is not guaranteed.

Usage

The index assignment is now avaliable in Workbook and the StreamWriter. Here is the example usage:

from pyfastexcel import Workbook
from pyfastexcel.utils import set_custom_style

from pyfastexcel import CustomStyle


if __name__ == '__main__':
    # Workbook
    wb = Workbook()

    # Set and register CustomStyle
    bold_style = CustomStyle(font_size=15, font_bold=True)
    set_custom_style('bold_style', bold_style)

    ws = wb['Sheet1']
    # Write value with default style
    ws['A1'] = 'A1 value'
    # Write value with custom style
    ws['B1'] = ('B1 value', 'bold_style')

    # Write value in slice with default style
    ws['A2': 'C2'] = [1, 2, 3]
    # Write value in slice with custom style
    ws['A3': 'C3'] = [(1, 'bold_style'), (2, 'bold_style'), (3, 'bold_style')]

    # Write value by row with default style (python index 0 is the index 1 in excel)
    ws[3] = [9, 8, 'go']
    # Write value by row with custom style
    ws[4] = [(9, 'bold_style'), (8, 'bold_style'), ('go', 'bold_style')]

    # Send request to golang lib and create excel
    wb.read_lib_and_create_excel()

    # File path to save
    file_path = 'pyexample_workbook.xlsx'
    wb.save(file_path)

For row-by-row Excel writing, consider using StreamWriter, a subclass of Workbook. This class is optimized for streaming large datasets. Learn more in the StreamWriter documentation.

Explore additional examples in the FullExamples.

Documentation

The documentation is hosted on Read the Docs.

Benchmark

The following result displays the performance comparison between pyfastexcel and openpyxl for writing 50000 rows with 30 columns (Total 1500000 cells). To see more benchmark results, please see the benchmark.

How it Works

The core functionality revolves around encoding Excel cell data and styles, or any other Excel properties, into a JSON string within Python. This JSON payload is then passed through ctypes to a Golang shared library. In Golang, the JSON is parsed, and using the streaming writer of excelize to wrtie excel in high performance.

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyfastexcel-0.1.9-py3-none-win_amd64.whl (4.2 MB view details)

Uploaded Python 3Windows x86-64

pyfastexcel-0.1.9-py3-none-manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded Python 3

pyfastexcel-0.1.9-py3-none-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file pyfastexcel-0.1.9-py3-none-win_amd64.whl.

File metadata

  • Download URL: pyfastexcel-0.1.9-py3-none-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyfastexcel-0.1.9-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 ae9f0bc11b2ad1dc0515af04b69d1005d42e175e9ac458ddad82e26298359c5f
MD5 f450a57301a09ad99ec5e3ce53767235
BLAKE2b-256 6e0d872ec1268c3f9a8a977d8507a1fec4369c47b75a6d3f3b7cc65b0bde1238

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastexcel-0.1.9-py3-none-win_amd64.whl:

Publisher: pypi.yml on Zncl2222/pyfastexcel

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastexcel-0.1.9-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfastexcel-0.1.9-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c44500e3e90346100de37b4ef0bacfc62df887931d52fce45a3bb3b1f0418c6
MD5 2271d66f15afefa9f10ee75762e6c8ef
BLAKE2b-256 7dcdd327f8029cd579a7688aee3e64581bce542a2a983ddd61e8e137f02a01a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastexcel-0.1.9-py3-none-manylinux2014_x86_64.whl:

Publisher: pypi.yml on Zncl2222/pyfastexcel

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastexcel-0.1.9-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfastexcel-0.1.9-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccd854db29872f8286bbad3750f49807834a1d86bcd8e69f4c6dbd5c394b64a0
MD5 7dbfef750e386bb560574f8cef40d8b2
BLAKE2b-256 2f06dd014ed3b460033389eea511878cbcc932b5b670a05ac2ffd4b4e0af1f6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastexcel-0.1.9-py3-none-macosx_11_0_arm64.whl:

Publisher: pypi.yml on Zncl2222/pyfastexcel

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page