Excel Outlines Grouped Data

本文介绍了如何使用Excel的Outlines功能进行数据分组与汇总,包括设置快速访问按钮及调整汇总行显示方向的方法,并详细说明了如何通过Group与Ungroup按钮调整行级别的具体步骤。

Outlines Grouped Data

Before

   

After

            

 

Preparing the Workbook

In order to make this feature easy to use, you must do two things to your excel set up.

(1) Put the group and ungroup buttons into your quick launch area.   

 

  • In MS Excel 2007-2013 open the Data tab in the ribbon bar.  Right click on the Group button and select Add to Quick Access Toolbar. Do the same for Ungroup.
  • In MS Excel 2003 you'll have to rely upon shortcut keys Alt-Shift-RightArrow to Group and Alt-Shift-RightArrow to Ungroup.

 

(2)  Change the direction which summary rows are displayed.

  • In MS Excel 2007-2013 click the Data tab, in the Outline group, click the Outline dialog box launcher. Clear the Summary rows below detail check box.
  • In MS Excel 2003 on the Data menu, point to Group and Outline, and then click Settings. Clear the Summary rows below detail check box.

 

 

Setting Row Levels

To set row levels, you can think of it as setting the 'indent' for each row.  Simply select the rows you wish to change the level on, and select the Group or Ungroup button to move the row level left or right. 

 

转载于:https://www.cnblogs.com/daisyaxxing/p/7271460.html

Inkscape 支持通过 `dxf_outlines` 插件将 SVG 文件导出为 DXF 格式,这对于需要在 CAD 软件中进一步使用的用户非常有用。要使用该插件,首先需要确保它已经正确安装,并且与 Inkscape 兼容。 ### 安装 dxf_outlines 插件 1. **检查插件是否存在**:在 Inkscape 的安装目录中,通常会有一个 `extensions` 文件夹,用于存放各种插件。检查该文件夹中是否已经存在 `dxf_outlines.py` 文件。 2. **手动安装插件**:如果插件不存在,可以从可靠的来源下载 `dxf_outlines.py` 文件,并将其复制到 Inkscape 的 `extensions` 目录中。通常路径为: - Windows: `C:\Program Files\Inkscape\share\extensions` - Linux: `/usr/share/inkscape/extensions` - macOS: `/Applications/Inkscape.app/Contents/Resources/extensions` 3. **安装依赖库**:确保 Python 环境已经安装,并且支持 `dxfwrite` 库。可以通过以下命令安装: ```bash pip install dxfwrite ``` ### 使用 dxf_outlines 插件导出 DXF 1. **打开 SVG 文件**:启动 Inkscape 并加载需要导出为 DXF 的 SVG 文件。 2. **准备图形内容**:确保所有需要导出的图形元素已经正确对齐,并且没有不必要的隐藏对象。可以通过选择对象并使用“对象”菜单中的“组合”或“取消组合”功能来优化结构。 3. **导出为 DXF 格式**: - 选择“文件” > “另存为”。 - 在“保存为类型”下拉菜单中选择“DXF(dxf_outlines)”选项。 - 设置保存路径并点击“保存”。 4. **调整导出设置**:在弹出的插件设置窗口中,可以根据需要调整参数,例如线条宽度、单位(毫米或英寸)等。这些选项会影响最终的 DXF 文件结构和兼容性[^3]。 5. **完成导出**:确认设置后,点击“确定”按钮,Inkscape 将使用 `dxf_outlines` 插件生成 DXF 文件。 ### 注意事项 - **兼容性问题**:即使使用了 `dxf_outlines` 插件,生成的 DXF 文件可能仍然需要在 CAD 软件中进行后处理,以确保完全兼容。常见的后处理步骤包括线条清理、样式统一和图层整理[^2]。 - **插件版本**:不同版本的 Inkscape 可能需要不同版本的 `dxf_outlines` 插件。建议从 Inkscape 官方论坛或 GitHub 仓库获取最新版本的插件。 - **测试导出**:在处理复杂图形时,建议先进行小范围测试,以确保导出的 DXF 文件符合预期。 ### 示例代码(dxf_outlines 插件配置) ```python # dxf_outlines.py 示例配置 import dxfwrite from dxfwrite import DXFEngine as dxf def write_dxf(filename, elements): drawing = dxf.drawing(filename) for element in elements: drawing.add(element) drawing.save() ``` ### 后处理建议 导出的 DXF 文件可能需要在 CAD 软件中进行进一步调整。例如,在 AutoCAD 或 LibreCAD 中打开后,可以使用“修剪”、“延伸”等功能清理多余的线条,或者通过“图层管理器”整理不同类别的图形元素。 ---
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值