Type annotations for Excel types using win32com / pywin32
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file exceltypes-0.0.2-py3-none-any.whl.
File metadata
- Download URL: exceltypes-0.0.2-py3-none-any.whl
- Upload date:
- Size: 169.4 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa0a41cbb412d15bd190003c0a02a9c44b08a35a0eddeadcc85cba48e0761659
|
|
| MD5 |
cfa1c266cbf3eee2076121c008958776
|
|
| BLAKE2b-256 |
af1ca9fbc793ad86482369415c2e2640464854b11e72c53db2c170f2d467a21d
|