Skip to main content

Easy viewing/editing of Excel Files

Project description

easierexcel

This modules allows for an easy way to get and update cell values.

Quick Start

    options = {
        "shrink_to_fit_cell": True,
        "header": {"bold": True, "font_size": 16},
        "default_align": "center_align",
        "left_align": [
            "Name",
        ],
        "percent": [
            "%",
            "Percent",
            "Discount",
            "Rating Comparison",
            "Probable Completion",
        ],
        "currency": ["Price", "MSRP", "Cost"],
        "integer": ["ID", "Number"],
        "date": ["Last Updated", "Date"],
    }
    excel = Excel('example_excel.xlsx')
    games = Sheet(excel, "Name", sheet_name="Example", options=options)

Excel

Features

  • log
  • save
  • open_excel
  • open_file_input

Sheet

Features

  • get_cell
  • update_cell
  • add_new_line
  • delete_row
  • delete_column
  • format_header
  • format_cell
  • format_row
  • format_all_cells

Project details


Download files

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

Source Distribution

easierexcel-0.9.4.tar.gz (17.5 kB view hashes)

Uploaded Source

Built Distribution

easierexcel-0.9.4-py3-none-any.whl (21.1 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