Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 767 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 767 Bytes

xreplace

Xreplace Tools find and replace many content by Magepow

✓ Install Xreplace via git (recommend)

Login with root user and run commands:

Requirement
pip3 install xlrd==1.2.0
pip3 install pandas
pip3 install openpyxl
pip3 install python-dotenv


cd ~
git clone https://github.com/magepow/xreplace.git
cd xreplace
ln -s `pwd`/xreplace.py /usr/bin/xreplace
cp .env.sample .env
xreplace

*Usage:

Add content need find and replace in file xreplace.xlsx

Col "Find" content need find

Col "Replace" replace content in "Find"

note: You can change file and extension file find and replace in file .env