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

    获取工作表索引 获取工作表索引 func ( f * File ) GetSheetIndex ( sheet string ) ( int , error ) 根据给定的工作表名称获取该工作表的索引,如果工作表不存在将返回 -1 。 获取到的索引可以在设置工作簿默认工作表时,作为调用 SetActiveSheet() 函数的...
  • 设置实数

    设置实数 设置实数 func ( f * File ) SetCellInt ( sheet , cell string , value int ) error 根据给定的工作表名和单元格坐标设置实数单元格的值。
  • 获取公式

    获取公式 获取公式 func ( f * File ) GetCellFormula ( sheet , cell string ) ( string , error ) 根据给定的工作表名和单元格坐标获取该单元格上的公式。
  • 设置整数

    设置整数 设置整数 func ( f * File ) SetCellInt ( sheet , cell string , value int ) error 根据给定的工作表名和单元格坐标设置整数型单元格的值。
  • 设置实数

    设置实数 设置实数 func ( f * File ) SetCellInt ( sheet , axis string , value int ) error 根据给定的工作表名和单元格坐标设置实数单元格的值。
  • 获取列宽度

    获取列宽度 获取列宽度 func ( f * File ) GetColWidth ( sheet , col string ) ( float64 , error ) 根据给定的工作表和列名获取工作表中指定列的宽度。
  • 获取列宽度

    获取列宽度 获取列宽度 func ( f * File ) GetColWidth ( sheet , col string ) ( float64 , error ) 根据给定的工作表和列名获取工作表中指定列的宽度。
  • 获取批注

    获取批注 获取批注 func ( f * File ) GetComments ( sheet string ) ([] Comment , error ) 根据给定的工作表名称获取工作表中的所有单元格批注。
  • Atlas

    Atlas assets Why use atlas assets Atlas Assets Importing Atlas Assets Atlas and SpriteFrame Atlas assets Atlas , also called a Sprite Sheet , is a common art asset in game d...
  • *.csv

    437 2021-08-23 《Krita 5.0 手册》
    *.csv *.csv .csv is the abbreviation for Comma Separated Values. It is an open, plain text spreadsheet format. Since the CSV format is a plain text itself, it is possible to us...