Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

exceltypes-0.0.2-py3-none-any.whl (169.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page