Hi everyone,
I have a problem trying to export my Spearman correlation results into Excel.

I use:
matrix A = r(Rho)
esttab matrix(A, fmt(%5.2f)) using "Results.csv", replace

Using this command I have the correlation table BUT without stars (0.01) + I need only print (0.1) with 4 signs after comma but in Excel I get everything exported with 2 signs.
Is it anyhow possible to get only the needed results exported and with the stars?***

I find the solution only for "correlation" and not for "spearman".
Thank you a lot in advance!