Worksheet - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Overview of the Worksheet Package

 

Calling Sequence

Description

List of Worksheet Package Commands

Calling Sequence

Worksheet:-command(arguments)

command(arguments)

Description

• 

The Worksheet package provides an infrastructure for generating and manipulating Maple worksheets using the Maple language. The package is conceived as a programmer's toolkit, as opposed to a tool for interactive exploration.

  

This package makes it unnecessary to know the storage format for the Maple worksheet by providing access to its XML representation. This allows you to use existing and new tools for manipulating XML documents. (For details, see XMLTools.) The storage format for Maple worksheets is not documented, and is subject to change.

• 

For information on Maple worksheets, see Maple Versions.

• 

Each command in the Worksheet package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

  

The long form, Worksheet:-command, is always available. The short form can be used after loading the package.

List of Worksheet Package Commands

• 

The following is a list of available commands.

Comparator

Convert

Display

DisplayFile

FromString

ReadFile

RemoveSection

TableOfContents

ToString

WorksheetToJupyter

WorksheetToMapleText

WriteFile

  

To display the help page for a particular Worksheet command, see Getting Help with a Command in a Package.

See Also

examples/WorksheetPackage

help

module

UsingPackages

with

Worksheet/DTD

Worksheet/Schema

XMLTools