|
62 | 62 | * [Get column outline](sheet.md#GetColOutlineLevel) |
63 | 63 | * [Search sheet](sheet.md#SearchSheet) |
64 | 64 | * [Protect sheet](sheet.md#ProtectSheet) |
| 65 | + * [Unprotect sheet](sheet.md#UnprotectSheet) |
65 | 66 | * [Remove column](sheet.md#RemoveCol) |
66 | 67 | * [Remove row](sheet.md#RemoveRow) |
67 | 68 | * [Set column values](sheet.md#SetSheetCol) |
|
70 | 71 | * [Remove page break](sheet.md#RemovePageBreak) |
71 | 72 | * [Set sheet dimension](sheet.md#SetSheetDimension) |
72 | 73 | * [Get sheet dimension](sheet.md#GetSheetDimension) |
| 74 | +* [Cell](cell.md) |
| 75 | + * [Set cell value](cell.md#SetCellValue) |
| 76 | + * [Set boolean value](cell.md#SetCellBool) |
| 77 | + * [Set integer value](cell.md#SetCellInt) |
| 78 | + * [Set string value](cell.md#SetCellStr) |
| 79 | + * [Set cell style](cell.md#SetCellStyle) |
| 80 | + * [Set hyperlink](cell.md#SetCellHyperLink) |
| 81 | + * [Set cell rich text](cell.md#SetCellRichText) |
| 82 | + * [Get cell rich text](cell.md#GetCellRichText) |
| 83 | + * [Get cell value](cell.md#GetCellValue) |
| 84 | + * [Get all cell value by rows](cell.md#GetRows) |
| 85 | + * [Get hyperlink](cell.md#GetCellHyperLink) |
| 86 | + * [Get style index](cell.md#GetCellStyle) |
| 87 | + * [Merge cells](cell.md#MergeCell) |
| 88 | + * [Unmerge cells](cell.md#UnmergeCell) |
| 89 | + * [Add comment](cell.md#AddComment) |
| 90 | + * [Get comment](cell.md#GetComments) |
| 91 | + * [Delete comment](cell.md#DeleteComment) |
| 92 | + * [Set cell formula](cell.md#SetCellFormula) |
| 93 | + * [Get cell formula](cell.md#GetCellFormula) |
| 94 | + * [Calculate cell value](cell.md#CalcCellValue) |
| 95 | +* [Chart](chart.md) |
| 96 | + * [Add chart](chart.md#AddChart) |
| 97 | +* [Picture](image.md) |
| 98 | + * [Add picture](image.md#AddPicture) |
| 99 | + * [Delete picture](image.md#DeletePicture) |
| 100 | +* [Shape](shape.md) |
| 101 | +* [Sparklines](sparklines.md) |
| 102 | +* [Style](style.md) |
| 103 | + * [Create style](style.md#NewStyle) |
| 104 | + * [Border](style.md#border) |
| 105 | + * [Color fill](style.md#shading) |
| 106 | + * [Pattern fill](style.md#pattern) |
| 107 | + * [Align](style.md#align) |
| 108 | + * [Font underline](style.md#underline) |
| 109 | + * [Number format](style.md#number_format) |
| 110 | + * [Get style](style.md#GetStyle) |
| 111 | + * [Set column style](style.md#SetColStyle) |
| 112 | + * [Get column style](style.md#GetColStyle) |
| 113 | + * [Set row style](style.md#SetRowStyle) |
| 114 | + * [Set default font](style.md#SetDefaultFont) |
| 115 | + * [Get default font](style.md#GetDefaultFont) |
0 commit comments