.gitignore
.gitkeep
LICENSE
MANIFEST.in
Makefile
README.md
README.rst
convert_md2rst.bat
requirements.txt
setup.py
copy_excel_format/.gitkeep
copy_excel_format/__init__.py
copy_excel_format/excel_module.py
copy_excel_format.egg-info/PKG-INFO
copy_excel_format.egg-info/SOURCES.txt
copy_excel_format.egg-info/dependency_links.txt
copy_excel_format.egg-info/requires.txt
copy_excel_format.egg-info/top_level.txt
copy_excel_format/datasets/__init__.py
copy_excel_format/datasets/load_samples.py
copy_excel_format/datasets/.gitkeep
copy_excel_format/datasets/__init__.py
copy_excel_format/datasets/load_samples.py
copy_excel_format/datasets/sample_data/.gitkeep
copy_excel_format/datasets/sample_data/input_header_df_sample.csv
copy_excel_format/datasets/sample_data/input_template_excel_sample.xlsx
docs/.gitkeep
examples/.gitkeep
examples/copy_excel_format_sample.ipynb
examples/copy_excel_format_sample.py
tests/.gitkeep
tests/__init__.py
tests/context.py
tests/test_advanced.py
tests/test_basic.py