Skip to main content

Lightweight XLSX writer with emphasis on minimizing memory usage.

Project description

Introduction

Build Status Coverage Status

XLSXLite is a lightweight XLSX writer with emphasis on minimizing memory usage.

from xlsxlite.book import XLSXBook
book = XLSXBook()
sheet1 = book.add_sheet("People")
sheet1.append_row("Name", "Email")
sheet1.append_row("Jim", "jim@acme.com")
book.finalize(to_file="simple.xlsx")

Development

To run all tests:

py.test xlsxlite -s

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

xlsxlite-0.0.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

xlsxlite-0.0.1-py2.py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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