Metadata-Version: 2.4
Name: jreplace
Version: 1.0.0
Summary: Replace keywords in Word documents using Excel data
Author-email: Carlos Allende Prieto <resultaquesi@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/carlosallende/jreplace
Project-URL: Repository, https://github.com/carlosallende/jreplace.git
Project-URL: Issues, https://github.com/carlosallende/jreplace/issues
Keywords: word,docx,excel,xlsx,replace,template
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Office/Business
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: openpyxl>=3.0
Requires-Dist: python-docx>=0.8.10

# jreplace

Replace the keywords in a word .docx template by the content
of the columns with the same names in a specific row(s) of an excel sheet.

syntax:  py jreplace xlsx docx rownumber1 rownumber2 ...

The  keywords used in the word template must correspond exactly to columns
in the first row of the excel sheet.

The first  sheet in the excel document will be used.


