bomgen.php Generate an Excel BOM from an Altium or PCAD CSV-exported BOM. Automatically remove components which have the NOPOP attribute set to NOPOP. Note: Altium group together all components that have the same Comment field, so in addition to setting the NOPOP attribute, you must put an asterisk "*" before the Comment field so that Altium put the NOPOP components on a separate line. Installation of PHP Spreadsheet_Excel_Writer module: $> sudo apt-get install php-pear $> sudo pear install OLE channel://pear.php.net/OLE-1.0.0RC2 $> sudo pear install Spreadsheet_Excel_Writer \ channel://pear.php.net/Spreadsheet_Excel_Writer-0.9.3 $> cd /usr/share/php $> sudo patch -Np1 -i spreadsheet-excel-writer-fix-pass-by-reference.patch