Skip to content

Commit 2fdfd7b

Browse files
authored
Adding "Data Excel Reader Features" section
1 parent 9e13906 commit 2fdfd7b

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

README.md

+31-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
1-
# PythonDataExcelReader
2-
Just a tiny program to read Excel rows as array in Python and write into JSON format.
1+
# Python Data Excel Reader
2+
3+
Just a tiny program to read Excel rows as array in **Python** and write into **JSON** format.
4+
5+
6+
### Using
7+
8+
Copy excel rows/data into a .txt file then modify `input.txt` file.
9+
then:
10+
11+
```
12+
python DataExcelReader.py
13+
```
14+
15+
### Data Excel Reader Features
16+
17+
- Support UTF-8
18+
- Generate **JSON** format in `output.json` file
19+
- Read **rows** and **columns** and separate values into one array
20+
21+
---------
22+
23+
# Max Base
24+
25+
My nickname is Max, Programming language developer, Full-stack programmer. I love computer scientists, researchers, and compilers. ([Max Base](https://maxbase.org/))
26+
27+
## Asrez Team
28+
29+
A team includes some programmer, developer, designer, researcher(s) especially Max Base.
30+
31+
[Asrez Team](https://www.asrez.com/)

0 commit comments

Comments
 (0)