如何在谷歌电子表格中间插入一行
我试图在 google 工作表的中间插入一行,但是在 api 文档中找不到方法,
我无法在底部添加新行,因为使用电子表格数据的程序(不是我自己编写的)只是忽略新行添加到底部。
有人有什么想法吗?
I am trying to insert a row into the middle of a google worksheet, however cannot find a way in the api documentation,
I cannot add a new row to the bottom as the program that consumes the spreadsheet data(not written by myself) simply ignores new rows added to the bottom.
anyone got any Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下代码在工作表中间添加一行:
请参阅我准备的示例文件: google.com/spreadsheet/ccc?key=0AluAYY6ZHeWYdHJKV3lVUjRWNWdCMHNVZmpReUg4ZEE" rel="nofollow">在中间添加行
The following code adds a row in the middle of the sheet:
See example file I've prepared: add row in the middle