书栈网 · BookStack 本次搜索耗时 0.010 秒,为您找到 994 个相关结果.
  • 复制行

    复制行 复制行 func ( f * File ) DuplicateRowTo ( sheet string , row , row2 int ) error 根据给定的工作表名称(大小写敏感)和行号,在指定行后复制该行。例如,将名为 Sheet1 的工作表的第 2 行后复制到第 7 行: err := f . Dup...
  • 微软办公软件

    2234 2020-06-11 《Go语言中文文档》
    1. 微软办公软件 1.1.1. Microsoft Excel 1. 微软办公软件 unioffice - Pure Go库,用于创建和处理Office Word(.docx),Excel(.xlsx)和Powerpoint(.pptx)文档。 1.1.1. Microsoft Excel 用于使用Microsoft Excel的库...
  • 复制行

    复制行 复制行 func ( f * File ) DuplicateRowTo ( sheet string , row , row2 int ) error 根据给定的工作表名称和行号,在指定行后复制该行。例如,将名为 Sheet1 的工作表的第 2 行后复制到第 7 行: err := f . DuplicateR...
  • 追加复制行

    追加复制行 追加复制行 func ( f * File ) DuplicateRow ( sheet string , row int ) error 根据给定的工作表名称(大小写敏感)和行号,在该行后追加复制。例如,将名为 Sheet1 的工作表的第 2 行复制到第 3 行: err := f . Duplicat...
  • 复制行

    复制行 复制行 func ( f * File ) DuplicateRowTo ( sheet string , row , row2 int ) error 根据给定的工作表名称(大小写敏感)和行号,在指定行后复制该行。例如,将名为 Sheet1 的工作表的第 2 行后复制到第 7 行: err := f . ...
  • 保护工作表

    保护工作表 保护工作表 func ( f * File ) ProtectSheet ( sheet string , settings * SheetProtectionOptions ) error 防止其他用户意外或有意更改、移动或删除工作表中的数据。可选字段 AlgorithmName 支持指定哈希算法 XOR、MD4、...
  • 设置超链接

    设置超链接 设置超链接 func ( f * File ) SetCellHyperLink ( sheet , axis , link , linkType string ) error 根据给定的工作表、单元格坐标、链接资源和资源类型设置单元格的超链接。资源类型分为外部链接地址 External 和工作簿内部位置链接 L...
  • v2.4.0 (2021-04-19)

    Excelize v2.4.0 版本说明 兼容性提示 新增功能 兼容性提升 问题修复 性能优化 其他 Excelize v2.4.0 发布日期: 2021年4月19日 GitHub Release: https://github.com/xuri/excelize/releases/tag/v2.4.0 版本说明 此版本中最显著的...
  • 图表

    图表 添加图表 图表 添加图表 func ( f * File ) AddChart ( sheet , cell , format string ) error 根据给定的工作表名称、单元格坐标和图表样式属性插入图表。 下面是 Excelize 支持创建的图表类型 type : 名称 图表类型 area 二维面积...
  • 设置超链接

    设置超链接 设置超链接 func ( f * File ) SetCellHyperLink ( sheet , axis , link , linkType string ) error 根据给定的工作表、单元格坐标、链接资源和资源类型设置单元格的超链接。资源类型分为外部链接地址 External 和工作簿内部位置链接...