书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 897 个相关结果.
  • 获取工作表属性

    获取工作表属性 获取工作表属性 func ( f * File ) GetSheetPrOptions ( name string , opts ... SheetPrOptionPtr ) error 根据给定的工作表名称(大小写敏感)和筛选项获取工作表属性。 可选属性 类型 CodeName string EnableFo...
  • 获取工作表页边距

    获取工作表页边距 获取工作表页边距 根据给定的工作表名称和页边距参数获取工作表的页边距。页边距可选参数: 参数 数据类型 PageMarginBotom float64 PageMarginFooter float64 PageMarginHeader float64 PageMarginLeft float64 PageMarginRight fl...
  • 三维曲面图

    三维曲面图 三维曲面图 例如,创建如下效果的三维曲面图: package main import ( "fmt" "github.com/xuri/excelize/v2" ) func main () { f := excelize . NewFile () ...
  • 设置富文本格式

    设置富文本格式 设置富文本格式 func ( f * File ) SetCellRichText ( sheet , cell string , runs [] RichTextRun ) error 根据给定的工作表、单元格坐标和富文本格式为指定单元格设置富文本。 例如,在名为 Sheet1 的工作表 A1 单元格设置...
  • 设置富文本格式

    设置富文本格式 设置富文本格式 func ( f * File ) SetCellRichText ( sheet , cell string , runs [] RichTextRun ) error 根据给定的工作表、单元格坐标和富文本格式为指定单元格设置富文本。 例如,在名为 Sheet1 的工作表 A1 单元格设置...
  • 三维堆积面积图

    三维堆积面积图 三维堆积面积图 例如,创建如下效果的三维堆积面积图: package main import ( "fmt" "github.com/xuri/excelize/v2" ) func main () { f := excelize . NewFile (...
  • 二维堆积面积图

    二维堆积面积图 二维堆积面积图 例如,创建如下效果的二维堆积面积图: package main import ( "fmt" "github.com/xuri/excelize/v2" ) func main () { f := excelize . NewFile (...
  • 设置条件格式

    设置条件格式 设置条件格式 func ( f * File ) SetConditionalFormat ( sheet , rangeRef string , opts [] ConditionalFormatOptions ) error 根据给定的工作表名称、单元格坐标区域和格式参数,为单元格值创建条件格式设置规则。条件格...
  • 设置工作表页边距

    设置工作表页边距 设置工作表页边距 func ( f * File ) SetPageMargins ( sheet string , opts ... PageMarginsOptions ) error 根据给定的工作表名称和页边距参数设置工作表的页边距。页边距可选参数: 参数 数据类型 PageMarginBotom f...
  • 数据

    数据 数据验证 数据 数据验证 func ( f * File ) AddDataValidation ( sheet string , dv * DataValidation ) 根据给定的工作表名和数据验证对象设置数据验证规则,数据验证对象可通过 NewDataValidation 函数创建,数据验证类型和条...