Skip to main content

A module full of many tools and extensions incorporated into the SheetsPy01 spreadsheet module.

Project description

SheetsPy01

Installation:

pip install SheetsPy01
#Or
git clone https://github.com/GrandMoff100/SheetsPy01/

Usage:

import SheetsPy01 as sheets

sheet = sheets.Spreadsheet(<int:length>,<int:width>)

sheet.change_cell(<int:x>,<int:y>,<new_content>)

sheet.get_cell(<int:x>,<int:y>)
#Returns:
('X<int:x>','Y<int:y>',<content>)

sheet.pretty_format(formating=<int>) # Number of spaces to format sheet with.
sheet.pretty_print()

sheet.output
# A list of all lines of the spreadsheet.
# You can use this however you like.

Changelog:

**1.0.0 - Initial Upload 
**1.0.1 - Distribution changes
**1.0.2 - First stable release.
**1.0.3 - Added various outputs processes besides just printing.
**1.0.4 - Fixed output bugs

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

PySheets-1.0.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

PySheets-1.0.0-py3-none-any.whl (3.6 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