Excel Types
This package provides type annotations for Excel objects using the win32com package (part of pywin32).
This is also the default type returned by "pyxll.xl_app()" and so this package will be useful for PyXLL users who want code completion in editors like PyCharm or Visual Studio Code.
Example usage:
# Application is the main "Excel.Application" class
from exceltypes import Application
# If using win32com directly
import win32com.client
xl: Application = win32com.client.Dispatch("Excel.Application")
# Or if using pyxll
import pyxll
xl: Application = pyxll.xl_app()
For details of PyXLL please see https://www.pyxll.com.
Release files for exceltypes 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| exceltypes-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / exceltypes-0.0.2-py3-none-any.whl
| Download URL | exceltypes-0.0.2-py3-none-any.whl |
|---|---|
| Size | 169.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fa0a41cbb412d15bd190003c0a02a9c44b08a35a0eddeadcc85cba48e0761659
|
|
BLAKE2b-256 checksum How to use checksums |
af1ca9fbc793ad86482369415c2e2640464854b11e72c53db2c170f2d467a21d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
|