ConsoleUser
Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com
This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.
All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.
- class Office2013.Office2013(system, config)¶
Common implementations for tasks across the suite of Office 2013 applications.
- new_entity()¶
Each office app has its own type of entity it works on, like a document in Word or a sheet in Excel, but new ones are usually created the same way across apps.
- save()¶
Save the current document to the default filename.
- save_as(path)¶
Save the currently active document to a new path.
Parameters:
path: the new path