Eagle partlist to HTML table converter
From DP
Contents |
Eagle Partlist to HTML/WIKI Converter
Description
This simple utility converts the exported list (Bill of Materials) from Eagle Layout Editor into HTML table or WIKI table format.
How to Use
Export the Bill of Materials from within Eagle Layout Editor: File->export->parlist and save the file as text (bom.txt)
run the utility e2t.exe
Usage
e2t.exe --i inputfile --html htmloutfile.html --wiki wikioutfile.wiki
where --i inputfile is the exported text file from the Eagle Layout Editor
--html htmloutfile.html is the output file if a html file is needed
--wiki wikioutfile.wiki for a wiki compatible markup
the utility can create both files at once.
Download Source
Download the source here
