Excel file analysis toolkit Code
Lays out dependencies (links) between Excel files in a visual graph
Status: Beta
Brought to you by:
ddemunck
GENERAL This tool was developed as a tool for analysing a haystack of Excel files. Main (gui) class: leefmilieu.brussels.tools.gui.ShowLinksTree See HELP FILE for more information -> ShowLinksHelp.html RUNNING Run the jar, specifying a max. heap size. For very large files, it may be necessary to use larger heap sizes (try the maximum which gives no errors on your system, eg. 1224):<br> java -Xmx1224m -jar ShowLinks.jar [fileName to start.xls] BUILDING ANT Filed "exportShowLinks.ant.xml" -> Generates Runnable ShowLinks.jar launch4j-ShowlLinksRelative.cfg.xml: Configuration file for my system to make .exe file with Launch4j DEPENDENCIES: The generated Jar file contains all library classes. You can download them seperatly and load them as a library inside Eclipse: -Java 1.8 -Apache POI 3.14 -Jung 2.0 -Apache Commons IO 2.4 -JGraphT -Junit 4 -Log4J 1.2 (-XLSX-Streamer 0.2.8 )