Skip to content

Commit a9e095d

Browse files
committed
add english readme
1 parent 6c01060 commit a9e095d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ base64content = alchemy.download_template(sample)
5858
print(base64content)
5959
```
6060
In the above example, we specify a sample, which is a list of dictionaries. Each dictionary represents a row in the Excel sheet, and the keys represent column names. The method returns an Excel template with default values filled in. If a field doesn't have a default value, it will be empty. For example:
61-
* ![image](https://github.com/SundayWindy/ExcelAlchemy/raw/master/images/001_sample_template_en.png)
61+
* ![image](https://github.com/SundayWindy/ExcelAlchemy/raw/master/images/001_sample_template.png)
6262

6363
### Parse a Pydantic class from an Excel file and create data
6464

excelalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A Python Library for Reading and Writing Excel Files"""
22

3-
__version__ = '0.1.0b2'
3+
__version__ = '0.1.0b3'
44

55
from excelalchemy.const import CharacterSet
66
from excelalchemy.const import DataRangeOption

images/001_sample_template_en.png

-103 KB
Binary file not shown.

0 commit comments

Comments
 (0)