• xurime's avatar
    refactor: handler error instead of panic, · 40ff5dc1
    xurime 提交于
    Exported functions:
    
    SetCellStyle
    InsertCol
    RemoveCol
    RemoveRow
    InsertRow
    DuplicateRow
    DuplicateRowTo
    SetRowHeight
    GetRowHeight
    GetCellValue
    GetCellFormula
    GetCellHyperLink
    SetCellHyperLink
    SetCellInt
    SetCellBool
    SetCellFloat
    SetCellStr
    SetCellDefault
    GetCellStyle
    SetCellValue
    MergeCell
    SetSheetRow
    SetRowVisible
    GetRowVisible
    SetRowOutlineLevel
    GetRowOutlineLevel
    GetRows
    Columns
    SearchSheet
    AddTable
    GetPicture
    AutoFilter
    GetColVisible
    SetColVisible
    GetColOutlineLevel
    SetColOutlineLevel
    SetColWidth
    GetColWidth
    
    inner functions:
    
    adjustHelper
    adjustMergeCells
    adjustAutoFilter
    prepareCell
    setDefaultTimeStyle
    timeToExcelTime
    addDrawingChart
    addDrawingVML
    addDrawingPicture
    getTotalRowsCols
    checkRow
    addDrawingShape
    addTable
    40ff5dc1
picture_test.go 440 字节