Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 嵌入网页的谷歌电子表格的外观_Google Sheets_Iframe_Spreadsheet_Display - Fatal编程技术网

Google sheets 嵌入网页的谷歌电子表格的外观

Google sheets 嵌入网页的谷歌电子表格的外观,google-sheets,iframe,spreadsheet,display,Google Sheets,Iframe,Spreadsheet,Display,正在寻找帮助,以整理在网页中显示的谷歌电子表格。 我使用的参数如下所列: 电子表格在线显示如下: 但是,当我将工作表插入网页时,一些文本被打乱了: 我正在使用代码: <iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSeT7O-3AsXleysxR2CAxuNYkZPS3HM2ZqK7nyYQrZi8JRsna5q14w-931tZgRLdx4dr9JTCYgtWdK6/pub?gid=2128375

正在寻找帮助,以整理在网页中显示的谷歌电子表格。 我使用的参数如下所列:

电子表格在线显示如下:

但是,当我将工作表插入网页时,一些文本被打乱了:

我正在使用代码:

 <iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSeT7O-3AsXleysxR2CAxuNYkZPS3HM2ZqK7nyYQrZi8JRsna5q14w-931tZgRLdx4dr9JTCYgtWdK6/pub?gid=2128375094&amp;range=C4:F120&amp;output=html&amp;scrolling=true&amp;single=true&amp;widget=false&amp;headers=false&amp;chrome=false&amp;rm=embedded" width="704" height="800"></iframe>

这似乎是在“gid=”之后重新组织参数顺序的问题,但这个问题似乎是随机出现的

有人能帮我解决显示问题吗

期待中的感谢, 当做 艾伦