Eagle partlist to HTML table converter
From DP
Contents |
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
- Save the file as text (bom.txt)
- Run the utility to generate the tables
Usage
e2t.exe --i inputfile --html htmloutfile.html --wiki wikioutfile.wiki
Commands and options:
- --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
e2t.exe --i bom.txt --html bom.html --wiki bom.wiki
The utility can create both files (HTML, Wiki) at once. Example usage.
Sample Output
Downloads
Download the source and executable here
Compiling the source
This utility was created using Code::Blocks 10.05 with default settings.
