Excel extractor
Extract excel form content into structured data.
Usage
- SECCF extraction: supplier export control classification Form/declaration
from py_excel_form_extractor import extractor, go
company_names = extractor.CompanyNameList() # the company name which can be mentioned in the file
for company_name in ["Amazon", "Amazon Ltd"]:
company_names.append(company_name)
extr = extractor.make_seccf_extractor("Example.xlsx", company_names)
extraction = extr.extract()
# convert to JSON string
extr_json = extr.to_json()
BUILD
- Building the go binary
go build -o gobinary ./cmd/excelExtractor
- Running the program without building the binary
go build -o ./bin/excel-extrator ./cmd/excelFormExtractor/main.go
- Run the binary:
./bin/excel-extrator
Local Python bindings generation and installation
pip3 install pybindgen wheel
gopy build --output=py_excel_form_extractor -vm=python3 ./pkg/*
RELEASE_VERSION=YOUR_UPDATED_PACKAGE_VERSION python3 setup.py bdist_wheel --force
# install wheel file
wheel_file=$(ls dist/*.whl | head -n1); pip3 install $wheel_file
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file champion_excel_form_extractor-0.3.42-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: champion_excel_form_extractor-0.3.42-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 6.3 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ae86ece66c2859f58daedeeefa815871c6ef4da0834a488247a340ad464200e
|
|
| MD5 |
f8f8d6fddcf1d043a79b6984c61f70cd
|
|
| BLAKE2b-256 |
3b6764f1c05b9e365eb714b20607b8a431e080a3cd3ce049e8ef3b8bc98e5962
|
Provenance
The following attestation bundles were made for champion_excel_form_extractor-0.3.42-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build.yaml on championeng/excelFormExtractor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
champion_excel_form_extractor-0.3.42-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
0ae86ece66c2859f58daedeeefa815871c6ef4da0834a488247a340ad464200e - Sigstore transparency entry: 2732882969
- Sigstore integration time:
-
Permalink:
championeng/excelFormExtractor@5b8c96322c19d494c3a75eb9472ea38ec81da126 -
Branch / Tag:
refs/tags/v0.3.42 - Owner: https://github.com/championeng
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yaml@5b8c96322c19d494c3a75eb9472ea38ec81da126 -
Trigger Event:
push
-
Statement type:
File details
Details for the file champion_excel_form_extractor-0.3.42-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: champion_excel_form_extractor-0.3.42-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 6.8 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03f4c12f23897a31d50d3786b499b4610ff25be605d7b898e0cc5ee19b87bfde
|
|
| MD5 |
26118eee348a1c0c1380241ed89812b7
|
|
| BLAKE2b-256 |
ae77197888e40ee3f8b2cb131d6ea9fe4807971f3c4c596c035083b434b154d0
|
Provenance
The following attestation bundles were made for champion_excel_form_extractor-0.3.42-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
build.yaml on championeng/excelFormExtractor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
champion_excel_form_extractor-0.3.42-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
03f4c12f23897a31d50d3786b499b4610ff25be605d7b898e0cc5ee19b87bfde - Sigstore transparency entry: 2732882954
- Sigstore integration time:
-
Permalink:
championeng/excelFormExtractor@5b8c96322c19d494c3a75eb9472ea38ec81da126 -
Branch / Tag:
refs/tags/v0.3.42 - Owner: https://github.com/championeng
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yaml@5b8c96322c19d494c3a75eb9472ea38ec81da126 -
Trigger Event:
push
-
Statement type:
File details
Details for the file champion_excel_form_extractor-0.3.42-cp314-cp314-macosx_14_0_arm64.whl.
File metadata
- Download URL: champion_excel_form_extractor-0.3.42-cp314-cp314-macosx_14_0_arm64.whl
- Upload date:
- Size: 3.8 MB
- Tags: CPython 3.14, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3185aafa1b034c21693e15891c55c6bdba39ff7557dc2c7cd20080aa39ac3c21
|
|
| MD5 |
af904145463346b9972336490edb2138
|
|
| BLAKE2b-256 |
3273d9c56ef9532e58314e9df068123cc0e74e5cd085204c8dabe3279c0902bb
|
Provenance
The following attestation bundles were made for champion_excel_form_extractor-0.3.42-cp314-cp314-macosx_14_0_arm64.whl:
Publisher:
build.yaml on championeng/excelFormExtractor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
champion_excel_form_extractor-0.3.42-cp314-cp314-macosx_14_0_arm64.whl -
Subject digest:
3185aafa1b034c21693e15891c55c6bdba39ff7557dc2c7cd20080aa39ac3c21 - Sigstore transparency entry: 2732882978
- Sigstore integration time:
-
Permalink:
championeng/excelFormExtractor@5b8c96322c19d494c3a75eb9472ea38ec81da126 -
Branch / Tag:
refs/tags/v0.3.42 - Owner: https://github.com/championeng
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yaml@5b8c96322c19d494c3a75eb9472ea38ec81da126 -
Trigger Event:
push
-
Statement type: