Eagle partlist to HTML table converter

From DP

Revision as of 20:11, 12 October 2010 by Jamz (Talk | contribs)
Jump to: navigation , search

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)

Eagleexport.jpg Eaglepartlist.jpg


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.


Sample Output

Bomtxt.jpgHtmlwiki.jpg

Compiling the source

This utility was created using Code::Base 10.05 in its default settings.

Download Source

Download the source here