Skip to main content

Excel Comment Orm

Project description

# Exco

[![Build Status](https://travis-ci.org/thegangtechnology/exco.svg?branch=master)](https://travis-ci.org/thegangtechnology/exco) [![codecov](https://codecov.io/gh/thegangtechnology/exco/branch/master/graph/badge.svg?token=8BrjxREw2O)](https://codecov.io/gh/thegangtechnology/exco)

Excel Comment ORM. Declare ORM Spec descriptively right on excel file.

# What it does

The package allows you to declare orm mapping right in the excel file in the comments

then use it to extract data from other similar file.

An example of template is shown below.

![Template](notebooks/quickstart/template.png)

Dynamic Location, Validation, Assumptions, custom Parser are also supported.

# Installation

` pip install exco `

# Simple Usage

` import exco processor = exco.from_excel('./quickstart_template.xlsx') result = processor.process_excel('./quickstart_data_file.xlsx') print(result.to_dict()) `

See Also [Quick Start Notebook](notebooks/quickstart/0%20Quick%20Start.ipynb)

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

exco-0.1.3.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

exco-0.1.3-py3-none-any.whl (29.4 kB view hashes)

Uploaded 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