Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以通过取消选择隐藏 Excel 窗口中的工作表选项卡
Tools > Options > View > Sheet Tabs
但是,如果您将电子表格保存为 HTML 文档并使用 Internet Explorer 打开它,工作表选项卡会重新出现...
有谁知道防止它们出现在 IE 中的方法?
提前致谢
用记事本或其他类似工具打开 html 文件。找到这个脚本
<frame src="YOUREXCELFILENAME_files/tabstrip.html" name="frTabs" marginwidth=0 marginheight=0>
然后删除它而不是保存。