load($inputFileName); // Read an array list of any custom properties for this document $customPropertyList = $spreadsheet->getProperties()->getCustomProperties(); foreach ($customPropertyList as $customPropertyName) { $helper->log($customPropertyName); }