Skip to content

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages