Skip to content

Extract and concatenate tables from excel spreadsheets

License

Notifications You must be signed in to change notification settings

lcampanari/extractable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Extract and concatenate tables from excel spreadsheets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages