Zend certified PHP/Magento developer

Purposefully pollute data in excel

I am struggling to find some answers online to this question. I have a dataset which I want to purposefully pollute. I am mining association rules and I want to run some tests. Ideally I want to randomly select x% of cells and replace them with “Null” or empty space. Does anyone have any recommendations on how this could be done?

Thanks