Project

excelsed

0.0
The project is in a healthy, maintained state
Scan and replace text in xlsx file
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

excelsed

What

Excelsed help you replace text in your xlsx file without change any format like font style, underline, strikethrough, color,...etc or lost image.

Usage

Just require gem and use

require 'excelsed'

Excelsed.new("test/fixtures/example.xlsx", { VARIABLE_A: 'something want replace to'}, 'path/of/output/dir').perform