Hello, I added an external link to a csv file and enabled the update every 60 seconds option.
Then I applied some styles in the table view.
But every time the link updates I loose the formating. How to fix that?
Hello, I added an external link to a csv file and enabled the update every 60 seconds option.
Then I applied some styles in the table view.
But every time the link updates I loose the formating. How to fix that?
One way I found is:
=IF(ISBLANK($sheet1.A1);"";$sheet1.A1)
Optional:
In this way, it looks like the External link was styled (workaround way), and after sheet1 refreshes, sheet2 styles are kept.