Skip to content

magepow/xreplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

*Commands

    # Use default file xreplace.xlsx
    xreplace
    # Or special path file
    xreplace ./xreplace_8.xlsx
    # Or use via magento choose option 16 and enter path file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages