MW - Maple Help

Online Help

All Products    Maple    MapleSim


Maple Worksheet (.mw) Format

MW file format

 

Description

Examples

Description

• 

MW (Maple Worksheet) is the native format for Maple documents and worksheets.

• 

It is an XML-based format and was introduced with Maple 9, replacing the Maple Classic Worksheet (MWS) format.

• 

Maple has built-in facilities for exporting worksheets to other formats.

• 

The DocumentTools package has several utilities for interacting with MW files.

Examples

Retrieve an expression from a Maple worksheet.

MWFileFileTools:-JoinPathexample/BesselsEquation.mw,base=datadir

C:\Program Files\Maple 2016\data\example\BesselsEquation.mw

(1)

DocumentTools:-RetrieveMWFile,L6

x2ⅆ2ⅆx2yx+xⅆⅆxyx+ν2+x2yx=0

(2)

See Also

Exporting Worksheets to Other Formats

file

Formats

IsWorksheetInterface

worksheet