Skip to content

alwick/Excel-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel File Parsing Tool

Overview

This tool is used to identify missing links in excel documents

Usage

Update the run.bat file in the bin directory.

java -cp .;./lib/* com.qsg.parser.Processor <RootDirectory> <OutputFilename> <LastModifiedDate> <ReplacementsFilename> <OutputDirectory>

Where: Required: RootDirectory - Starting directory for the report OutputFilename - The report output filename. LastModifiedDate - The date after which all files must have been modified to qualify.

Optional: ReplacementsFilename - The name of the file that contains the replacement column OutputDirectory - Output for the updated file

About

Search and replace linked files in excel workbooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published