在 Google 个表格中显示由本地服务器托管的 svg

Show svg hosted by a local server in Google Sheets

我想在 google sheet 中显示本地托管的图像。

仅使用 =Image('http://this.is.local/image.svg') 是行不通的,因为图像将通过 Google 图像缓存代理加载。 由于 Google 图像代理服务器无法访问本地服务器,因此图片未显示。 Image上的帮助也明确说明了这是不可能的。

不过,我还是想以某种方式实现在 sheet 中以某种方式显示本地托管的图像。是否有以某种方式绕过图像缓存并在 google sheet 中显示本地图像的解决方案,或者是否有另一种解决方法可以在 Google 表格中显示本地托管的图像?

不,这是不可能的,也没有解决方法。 Google Sheets 只有在 public 且不在登录后才能获取数据。如果你需要导入本地图片,你需要通过
Insert > Image > Upload: