How to hook to function of woocommerce product export _regular_price?

I found ‘woocommerce_product_export_row_data’ hook
and now i can refer to csv column like $row[‘regular_price’] and change the data.

Next question that i faced is that woocommerce csv export rounds the price in csv. I do not like this very much.
But this will be next investigation.