Excel 2003 电子表格 XML 中的多个窗格
我想生成一个具有三个水平窗格的 Excel 电子表格。
- 报表标题
- 报表标题
- 报表值
这样,标题将滚动到文档顶部,然后“冻结”,而值则滚动到标题下方。
我已经能够使用以下工作表选项设置两个窗格:
<FreezePanes/>
<SplitHorizontal>11</SplitHorizontal>
<TopRowBottomPane>11</TopRowBottomPane>
<ActivePane>2</ActivePane>
<Panes>
<Pane>
<Number>3</Number>
</Pane>
<Pane>
<Number>2</Number>
</Pane>
</Panes>
我对 Excel 没有那么丰富的经验,所以我不确定这是否可行。
I want to generate an excel spreadsheet with three horizontal panes.
- Report Header
- Report Titles
- Report Values
So that the Titles will scroll to the top of the document and then "freeze" while the Values scroll underneath the Titles.
I have been able to setup two panes with the following Worksheet Options:
<FreezePanes/>
<SplitHorizontal>11</SplitHorizontal>
<TopRowBottomPane>11</TopRowBottomPane>
<ActivePane>2</ActivePane>
<Panes>
<Pane>
<Number>3</Number>
</Pane>
<Pane>
<Number>2</Number>
</Pane>
</Panes>
I'm not that experienced with Excel, so I'm not sure if this is possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很抱歉给 Matt 带来坏消息,但是不行,你不能有 3 个或更多水平或垂直窗格。 2 是两者的最大值 - 但您可以在同一张纸上有两个水平和两个垂直。
Sorry to be the bearer of bad news on this one Matt, but no, you can't have 3 or more horizontal or vertical panes. 2 is the max for either - but you could have two horizontal and two vertical on the same sheet.