/extractable

Extract and concatenate tables from excel spreadsheets

Primary LanguagePythonMIT LicenseMIT

Extractable

Extract tables from multiple excel files and concatenate them into a single table.

Usage

extractable = Extractable(
    data_directory="data/",
    result_filename="result.xlsx",
    subtable_header_id="SomeColumnName",
)
extractable.call()

Example

Running the example.py script will result in the table shown below.

File 1 alt text
File 2 alt text
Result alt text

License

The script is available as open source under the terms of the MIT License.