File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,30 @@ Part of a [`ProjectText Suite`](https://github.com/Flagro/ProjectTextSuite). xls
5
5
## 🌟 ** Features**
6
6
TODO: features
7
7
8
- ## 🚀 ** Getting Started**
9
- TODO: installation
8
+ ## 📥 Installation
9
+
10
+ To install ` xlsx2pandas ` , use the following pip command:
11
+ ``` bash
12
+ pip3 install git+https://github.com/Flagro/xlsx2pandas.git
13
+ ```
10
14
11
15
## 📘 ** Usage**
12
- TODO: usage
16
+ Run ` xlsx2pandas ` from the bin folder with these arguments:
17
+
18
+ 1 . ` path ` : Path to the file or directory to process.
19
+ 2 . ` --sheet ` : (Optional) Comma-separated list of excel workbooks's sheets.
20
+
21
+ ### 🖥️ Example Command
22
+ ``` bash
23
+ xlsx2pandas ' path/to/file' --sheet Sheet1,Sheet2
24
+ ```
13
25
14
26
## 🤝 ** Collaboration & Issues**
15
27
Open for collaboration; check the [ issues page] ( https://github.com/Flagro/xlsx2pandas/issues ) for discussions.
28
+
29
+ Here's how you can contribute:
30
+ 1 . Fork the Project.
31
+ 2 . Create your Feature Branch (` git checkout -b feature/AmazingFeature ` ).
32
+ 3 . Commit your Changes (` git commit -m 'Add some AmazingFeature' ` ).
33
+ 4 . Push to the Branch (` git push origin feature/AmazingFeature ` ).
34
+ 5 . Open a Pull Request.
You can’t perform that action at this time.
0 commit comments