Skip to content

Shows how to use Python to create and manipulate a spreadsheet

Notifications You must be signed in to change notification settings

deeppunster/EasySpreadsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasySpreadsheet Project

This project is a demonstration of how to use Python to build and use a spreadsheet. The versions noted below are branshes in the git repository.

Version 1 (branch V1)

The first version of this program creates a spreadsheet in a workbook, adds one value to the first row and column, then saves it.

Version 2 (branch V2)

This version of the program adds to the previous version by:

  • Renaming the label of the active sheet
  • adding some random values in a column

Version 3 (branch V3)

This version adds to the previous version by:

  • Adds a second spreadsheet
  • Creates a 3D chart from data (also added)

About

Shows how to use Python to create and manipulate a spreadsheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages