You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add a library reference (import the library) to your Python project.
1
2
3
+
To add a library reference to your Python project, you can use the `pip` command. For example, to install the Spire.XLS for Python library, you would run the following command:
4
+
5
+
```sh
6
+
pip install Spire.Xls
7
+
```
8
+
9
+
Once the library is installed, you can import it into your Python script using the `import` keyword.
0 commit comments