Skip to content

Commit 6f05cc1

Browse files
committed
The en version cell, chart, image, shape, sheet, sparklines, style and workbook chapter
1 parent 4532abd commit 6f05cc1

File tree

11 files changed

+2815
-1
lines changed

11 files changed

+2815
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<p align="center"><a href="https://xuri.me/excelize-py" target="_blank" alt="Excelize for Python Document"><img width="750" src="https://xuri.me/excelize/images/excelize-doc.png" alt="Docs reference of the excelize of Python library"></a></p>
2+
3+
This is docs reference for the [excelize for Python](https://github.com/xuri/exceliz-py) library. The documentation is built on [GitBook](https://github.com/GitbookIO/gitbook) in the format of Markdown and is welcome to participate in the translation.
4+
5+
#### Sponsor Excelize Development
6+
7+
If you are an individual user and have enjoyed the productivity of using Excelize, consider donating as a sign of appreciation - like buying me coffee once in a while.
8+
9+
<a href="https://www.paypal.com/paypalme/xuri" title="Donate with Paypal" target="_blank"><img width="150" src="https://xuri.me/excelize/images/donate@2x.png" alt="Donate with Paypal"></a>

en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Excelize for Python is a Python port of Go [Excelize](https://github.com/xuri/ex
99
- PyPI: [pypi.org/project/excelize](https://pypi.org/project/excelize)
1010
- Licenses: [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
1111
- Last version: [v0.0.4](https://github.com/xuri/excelize-py/releases/latest)
12-
- Document update time: June 29, 2025
12+
- Document update time: July 11, 2025
1313

1414
## Project mission
1515

en/SUMMARY.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
* [Get column outline](sheet.md#GetColOutlineLevel)
6363
* [Search sheet](sheet.md#SearchSheet)
6464
* [Protect sheet](sheet.md#ProtectSheet)
65+
* [Unprotect sheet](sheet.md#UnprotectSheet)
6566
* [Remove column](sheet.md#RemoveCol)
6667
* [Remove row](sheet.md#RemoveRow)
6768
* [Set column values](sheet.md#SetSheetCol)
@@ -70,3 +71,45 @@
7071
* [Remove page break](sheet.md#RemovePageBreak)
7172
* [Set sheet dimension](sheet.md#SetSheetDimension)
7273
* [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

Comments
 (0)