An open API service indexing awesome lists of open source software.

https://github.com/wtower/xlwings_query

Import, connect and transform data into Excel
https://github.com/wtower/xlwings_query

Last synced: 2 months ago
JSON representation

Import, connect and transform data into Excel

Awesome Lists containing this project

README

        

xlwings_query
=============

Import, connect and transform data into Excel.

Description
-----------

The concept is to apply data transformations to a main query object.
When the data is ready, export it to an Excel table.
It is inspired by MS Power Query based in Python.
The target is to use the power of Pandas and overcome platform issues with Excel.

Installation
------------

The package is not yet available in Pypi. Git clone to a directory of choice and

pip install -e .