- package xvdoc
- type Matrix struct {
- Name string
- Cells [][]Cell
- RowsHeight map[int]float64
- Styles map[string]Style
- RowsStyle map[int]JSONMap
- Style string
- StyleRects []*styleRect
- Dropdowns []*dropDown
- Merges []*rectMerge
- Images []*cellImage
- ColumnsWidth []*rectWidths
- }
|