单元格
RichTextRun
定义了富文本的属性。
type RichTextRun struct {
Font *Font
Text string
}
HyperlinkOpts
用来指定可选的超链接属性,例如要显示的文字与屏幕提示文字。
type HyperlinkOpts struct {
Display *string
Tooltip *string
}
FormulaOpts
用于在 SetCellFormula 函数中指定设置特殊公式类型。
type FormulaOpts struct {
Type *string // 公式类型
Ref *string // 共享公式引用
}